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:
authorMarius David Wieschollek <passwords.public@mdns.eu>2021-01-16 14:06:56 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-16 14:06:56 +0300
commit7ca320f77ec3e59db37ae8bd73bf1706cbf5c906 (patch)
treedbbed7cbc49da083a9482439044ce6123f64fb22 /src/platform/fenix/manifest.json
parent0e8631ceced9f62445737e09bb80a7df6436298d (diff)
Add support for chrome passlink
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform/fenix/manifest.json')
-rw-r--r--src/platform/fenix/manifest.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/platform/fenix/manifest.json b/src/platform/fenix/manifest.json
index 8fd8e31..9539414 100644
--- a/src/platform/fenix/manifest.json
+++ b/src/platform/fenix/manifest.json
@@ -79,6 +79,8 @@
"tabs",
"storage",
"notifications",
- "clipboardWrite"
+ "clipboardWrite",
+ "webRequest",
+ "webRequestBlocking"
]
} \ No newline at end of file