diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/data/manifest-variants.json | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 7f91e582..82f78961 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -82,7 +82,8 @@ "unlimitedStorage", "webRequest", "declarativeNetRequest", - "scripting" + "scripting", + "offscreen" ], "optional_permissions": [ "clipboardRead", @@ -167,15 +168,6 @@ "pattern": "^(.*)(?:\\.\\s*)?$", "patternFlags": "", "replacement": "$1. This is a development build." - }, - { - "action": "add", - "path": [ - "permissions" - ], - "items": [ - "offscreen" - ] } ] }, @@ -263,6 +255,13 @@ "permissions" ], "item": "declarativeNetRequest" + }, + { + "action": "remove", + "path": [ + "permissions" + ], + "item": "offscreen" } ], "excludeFiles": [ @@ -338,6 +337,13 @@ "item": "webRequestBlocking" }, { + "action": "remove", + "path": [ + "permissions" + ], + "item": "offscreen" + }, + { "action": "delete", "path": [ "content_scripts", |