Browser Comparison - camellia-app/camellia GitHub Wiki

Camellia supports multiple runtimes. Each runtime and even browser may have its own features and limitations.

  • ✅ — supported
  • ⚠️ — not supported but have a workaround
  • ⛔️ — it's not possible to support a browser because of this
Feature Chrome Firefox Opera Safari
bookmarks permission ⛔️
favicon permission ⚠️ 1 ⚠️ 1 ⚠️ 1
newtab property in chrome_url_overrides ⛔️
storage.sync API ⚠️ 2 ⚠️ 2

Notes:

  1. website-icons-proxy used to serve favicons. It's less accurate than the native API for favicons and requires an internet connection to fetch them. Favicons from websites that accessbile only from a private network (like local home network or portals hidden behind corporate VPN) won't be available.
  2. storage.local used as a fallback. It leads to missing options sync between browsers.
⚠️ **GitHub.com Fallback** ⚠️