aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-08-28 23:34:16 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-08-28 23:34:16 +0200
commitd40bb5d0211ed6eb89ceccd12b5e714e3b66d0fa (patch)
treef1524a10d69069fdf4b5e268d9484e2dfa80b3ff /manifest.json
parent4dc1882f5ac870d065fc1588512006e28685391d (diff)
downloadevaltool-master.tar.gz
evaltool-master.tar.bz2
evaltool-master.tar.lz
evaltool-master.zip

fix: webRequest optional doesnt seem to work

HEADv0.0.2master
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index 880b4a6..98ee35d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -7,7 +7,9 @@
"contextMenus",
"theme",
"storage",
- "unlimitedStorage"
+ "unlimitedStorage",
+ "webRequest",
+ "webRequestBlocking"
],
"optional_permissions": [
"activeTab",
@@ -31,8 +33,6 @@
"tabGroups",
"tabs",
"topSites",
- "webRequest",
- "webRequestBlocking",
"webNavigation",
"<all_urls>"
],