Merge pull request #2263 from keepassxreboot/fix/update_permissions

Add offscreen to permissions list in README
This commit is contained in:
Sami Vänttinen 2024-07-05 15:13:04 +03:00 committed by GitHub
commit 9dba813a5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 |