Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflo-mic <florianmichel@hotmail.de>2021-02-23 19:00:40 +0300
committerflo-mic <florianmichel@hotmail.de>2021-02-23 19:00:40 +0300
commit55d23174ed67c6f09d29134098f98e37f7ed4047 (patch)
tree682403e77b5e7e83def59987dc5b404c0d7a72cb /src/platform/chrome
parent7d22e7ee37dab06445eed82bef9bf0542c371fd6 (diff)
make clipboardRead optional and apply improvments
Diffstat (limited to 'src/platform/chrome')
-rw-r--r--src/platform/chrome/manifest.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/platform/chrome/manifest.json b/src/platform/chrome/manifest.json
index ca24106..4c6c103 100644
--- a/src/platform/chrome/manifest.json
+++ b/src/platform/chrome/manifest.json
@@ -49,11 +49,13 @@
"*://*/*",
"tabs",
"storage",
- "clipboardRead",
"clipboardWrite",
"contextMenus",
"notifications",
"webRequest",
"webRequestBlocking"
+ ],
+ "optional_permissions" : [
+ "clipboardRead"
]
} \ No newline at end of file