From d1dda1b1d0861b78a633149af3789b2ec0668693 Mon Sep 17 00:00:00 2001 From: praschke Date: Mon, 23 Oct 2023 10:53:45 +0100 Subject: exclude offscreen document files from firefox --- dev/data/manifest-variants.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev/data/manifest-variants.json') 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" ] -- cgit v1.2.3