aboutsummaryrefslogtreecommitdiff
path: root/dev/data/manifest-variants.json
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-10-25 10:16:41 +0000
committerGitHub <noreply@github.com>2023-10-25 10:16:41 +0000
commitd3c916b8f742ad62e98f65e18d0dcb8a96235828 (patch)
treed764e5127eda19402e15d28126cd3e9b88ed4cd9 /dev/data/manifest-variants.json
parentb64ca7d379e48159f98373558c339a89c01c5f6c (diff)
parentd1dda1b1d0861b78a633149af3789b2ec0668693 (diff)
Merge pull request #287 from praschke/chrome-webRequest23.10.25.0
fix: reinstate webRequest and correct the permissions docs
Diffstat (limited to 'dev/data/manifest-variants.json')
-rw-r--r--dev/data/manifest-variants.json16
1 files changed, 7 insertions, 9 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json
index 07c98b91..c9e7cd03 100644
--- a/dev/data/manifest-variants.json
+++ b/dev/data/manifest-variants.json
@@ -81,6 +81,7 @@
"clipboardWrite",
"unlimitedStorage",
"declarativeNetRequest",
+ "webRequest",
"scripting",
"offscreen"
],
@@ -254,15 +255,6 @@
"permissions"
],
"items": [
- "webRequest"
- ]
- },
- {
- "action": "add",
- "path": [
- "permissions"
- ],
- "items": [
"webRequestBlocking"
]
},
@@ -283,6 +275,9 @@
],
"excludeFiles": [
"sw.js",
+ "offscreen.html",
+ "js/background/offscreen.js",
+ "js/background/offscreen-main.js",
"js/dom/simple-dom-parser.js",
"lib/parse5.js"
]
@@ -331,6 +326,9 @@
],
"excludeFiles": [
"sw.js",
+ "offscreen.html",
+ "js/background/offscreen.js",
+ "js/background/offscreen-main.js",
"js/dom/simple-dom-parser.js",
"lib/parse5.js"
]