diff options
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 2b7fc105..6390cbfb 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -41,10 +41,12 @@ "permissions": [ "<all_urls>", "storage", - "clipboardRead", "clipboardWrite", "unlimitedStorage" ], + "optional_permissions": [ + "clipboardRead" + ], "commands": { "toggle": { "suggested_key": { |