-
Notifications
You must be signed in to change notification settings - Fork 4
Permissions
Petr Flaks edited this page Aug 7, 2022
·
2 revisions
This document describes how Camellia utilises extension permissions.
This is the core functionality of Camellia. We need access to bookmarks stored in a browser to display them at the new tab page.
We store user's preferences and other metadata in special storage for browser extensions.
Used to display favicons cached in your browser.
We use our own domain camellia.app
to host our helper services.
Services we host right now:
-
https://website-icons.camellia.app
is used whenfavicons
permission is not available in a browser. This is our privacy focused proxy for favicons. -
https://unsplash.camellia.app
is used when you choose to display wallpapers from Unsplash (this is default option). This service is something like wrapper around Unsplash API which is mandatory because we can't access Unsplash API directly right from the extension.
The documentation is maintained by core contributors. If you found a typo or have a suggestion, feel free to open discussion about it.