aboutsummaryrefslogtreecommitdiff
path: root/dev/data
diff options
context:
space:
mode:
authorpraschke <stel@comfy.monster>2023-10-23 10:53:45 +0100
committerpraschke <stel@comfy.monster>2023-10-25 11:11:19 +0100
commitd1dda1b1d0861b78a633149af3789b2ec0668693 (patch)
treed764e5127eda19402e15d28126cd3e9b88ed4cd9 /dev/data
parentc54461a97edd8d06329a3329190b18f68a1cac50 (diff)
exclude offscreen document files from firefox
Diffstat (limited to 'dev/data')
-rw-r--r--dev/data/manifest-variants.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json
index 83140ec4..c9e7cd03 100644
--- a/dev/data/manifest-variants.json
+++ b/dev/data/manifest-variants.json
@@ -275,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"
]
@@ -323,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"
]