-
Notifications
You must be signed in to change notification settings - Fork 4
Browser Comparison
Petr Flaks edited this page Nov 14, 2023
·
9 revisions
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 |
✅ | |||
newtab property in chrome_url_overrides |
✅ | ✅ | ⛔️ | ✅ |
storage.sync API |
✅ | ✅ |
Notes:
- 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.
-
storage.local
used as a fallback. It leads to missing options sync between browsers.
The documentation is maintained by core contributors. If you found a typo or have a suggestion, feel free to open discussion about it.