diff options
author | praschke <stel@comfy.monster> | 2023-10-23 10:53:45 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-25 11:11:19 +0100 |
commit | d1dda1b1d0861b78a633149af3789b2ec0668693 (patch) | |
tree | d764e5127eda19402e15d28126cd3e9b88ed4cd9 | |
parent | c54461a97edd8d06329a3329190b18f68a1cac50 (diff) |
exclude offscreen document files from firefox
-rw-r--r-- | dev/data/manifest-variants.json | 6 |
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" ] |