Skip to content

Commit

Permalink
enh(guides): Update permissions table
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Jun 12, 2024
1 parent 7e2bac4 commit 5ddb640
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions guides/install-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Floccus is known to work in Chrome, Firefox, Edge, Opera, Vivaldi, Brave and Kiw

Your browser will ask you to confirm installation, including the permissions necessary for running floccus. Floccus currently requires the following permissions:

| Permission | Explanation |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| storage, unlimitedStorage | Necessary for maintaining a cache and mappings between server and browser bookmarks |
| | |
| alarms | Necessary for triggering synchronization in regular intervals |
| | |
| bookmarks | Necessary for creating and reading bookmarks |
| | |
| Permission | Explanation |
| ------------------------- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| storage, unlimitedStorage | Necessary for maintaining a cache and mappings between server and browser bookmarks |
| | |
| alarms | Necessary for triggering synchronization in regular intervals |
| | |
| bookmarks | Necessary for creating and reading bookmarks |
| | |
| Unlimited web access | Necessary for accessing your self-hosted server. This cannot be limited, because everybody's server has a different URL. Unfortunately, the way webextensions work currently, floccus also gets access to all the data the browser has collected on those websites. However, floccus makes no use of that data and doesn't in any way collect information about you. |
| | |
| identity | Necessary for connecting with Google Drive |
| | |
| identity | Necessary for connecting with Google Drive |
| history | Necessary for sending statistics about which links you click to Nextcloud Bookmarks (this feature is opt-in) |

0 comments on commit 5ddb640

Please sign in to comment.