diff options
author | jbukl <noreply@github.com> | 2023-10-21 12:33:51 -0400 |
---|---|---|
committer | jbukl <noreply@github.com> | 2023-10-21 13:42:52 -0400 |
commit | 379fdcf2280939c72e1be4e4f38567149a108873 (patch) | |
tree | 73bd72e5d30813b699e4dcea0a2efa5a4e7abc8a /dev/data | |
parent | e39d18aaf1b8541adf927ded6c12ac4f24972759 (diff) |
fix: clipboard getImage, review comments
implement getImage for offscreen requests
move offscreen files, offscreen prep is done in sw prep
update permissions document for offscreen
rearrange permissions
Diffstat (limited to 'dev/data')
-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", |