diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/data/manifest-variants.json | 16 | 
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"              ] |