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-22 15:31:54 +0300
committerflo-mic <florianmichel@hotmail.de>2021-02-22 15:31:54 +0300
commitc64354217c7422ac2a91175170d1234f9009e540 (patch)
treef287c1a8c86e3454f79dca1a03e7a4139153ec5b /src/platform/firefox/manifest.json
parent8bb7fbf679af7a68b4b738633deed27117cb1bf3 (diff)
introduce clear passwords from clipboard feature
Diffstat (limited to 'src/platform/firefox/manifest.json')
-rw-r--r--src/platform/firefox/manifest.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/firefox/manifest.json b/src/platform/firefox/manifest.json
index b3a9ac9..764b82d 100644
--- a/src/platform/firefox/manifest.json
+++ b/src/platform/firefox/manifest.json
@@ -87,6 +87,7 @@
"menus",
"storage",
"notifications",
+ "clipboardRead",
"clipboardWrite",
"webRequest",
"webRequestBlocking"