From 9b2af127c724ef77cbef7edd04a42bb2392420b7 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Fri, 5 Jul 2024 07:45:33 +0300 Subject: [PATCH] Add offscreen to permissions list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b16c7e..c4497de 100644 --- a/README.md +++ b/README.md @@ -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 |