Add offscreen to permissions list in README

This commit is contained in:
varjolintu 2024-07-05 07:45:33 +03:00
parent 49e8e1a354
commit 9b2af127c7

View file

@ -32,6 +32,7 @@ KeePassXC-Browser extension requests the following permissions:
| `clipboardWrite` | Allows password to be copied from password generator to clipboard |
| `nativeMessaging` | Allows communication with KeePassXC application |
| `notifications` | To show browser notifications |
| `offscreen` | For accessing system theme when setting icon colors (Chrome only) |
| `storage` | For storing extension settings (always stored locally in the browser, they are never synced) |
| `tabs` | To request tab URL's and other info |
| `webNavigation` | To show browser notifications on install or update |