diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-11-02 13:05:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 13:05:33 +0000 |
commit | 092d1beac6c1af8eae8615d541434513e875b4a5 (patch) | |
tree | 528d984e6f4b3f39e4502a6cf125f8fc30b86c6c /dev | |
parent | 55897b2b29e88ffd0c9140d03b9e74c4a94d98bd (diff) | |
parent | bbefd8a07ba71d7fe5e9c707ddb06e99bfd2a502 (diff) |
Merge pull request #293 from praschke/permissions-fixups
Permissions fixups
Diffstat (limited to 'dev')
-rw-r--r-- | dev/data/manifest-variants.json | 46 |
1 files changed, 6 insertions, 40 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index c9e7cd03..139814fd 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -81,7 +81,6 @@ "clipboardWrite", "unlimitedStorage", "declarativeNetRequest", - "webRequest", "scripting", "offscreen" ], @@ -230,44 +229,15 @@ "gecko": { "id": "{cb7c0bec-7085-4f84-8422-7b55a7c4467c}", "strict_min_version": "115.0" + }, + "gecko_android": { + "strict_min_version": "115.0" } } }, { "action": "remove", "path": [ - "optional_permissions" - ], - "item": "nativeMessaging" - }, - { - "action": "add", - "path": [ - "permissions" - ], - "items": [ - "nativeMessaging" - ] - }, - { - "action": "add", - "path": [ - "permissions" - ], - "items": [ - "webRequestBlocking" - ] - }, - { - "action": "remove", - "path": [ - "permissions" - ], - "item": "declarativeNetRequest" - }, - { - "action": "remove", - "path": [ "permissions" ], "item": "offscreen" @@ -349,13 +319,6 @@ "path": [ "permissions" ], - "item": "webRequestBlocking" - }, - { - "action": "remove", - "path": [ - "permissions" - ], "item": "offscreen" }, { @@ -382,6 +345,9 @@ ], "excludeFiles": [ "sw.js", + "offscreen.html", + "js/background/offscreen.js", + "js/background/offscreen-main.js", "js/dom/simple-dom-parser.js", "lib/parse5.js" ] |