Permissions - camellia-app/camellia GitHub Wiki

This document describes how Camellia utilises extension permissions.

Bookmarks

This is the core functionality of Camellia. We need access to bookmarks stored in a browser to display them at the new tab page.

Storage

We store user's preferences and other metadata in special storage for browser extensions.

Favicons

Used to display favicons cached in your browser.

https://*.camellia.app host

We use our own domain camellia.app to host our helper services.

Services we host right now:

  • https://website-icons.camellia.app is used when favicons 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.