diff options
| -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"              ] |