aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-10-27 01:51:18 +0300
committersiikamiika <siikamiika@users.noreply.github.com>2019-10-27 01:51:18 +0300
commitd3f51690f8bb236d1ba3c79c20b3a60d3e62dc52 (patch)
treea7e20dffa1fb1b5ce7ad4b1c28acf6810be16be3 /ext/manifest.json
parent7ee87265cd937a8dd584c509d3c8ed45c96c221f (diff)
make clipboardRead an optional permission
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json4
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": {