diff options
author | praschke <stel@comfy.monster> | 2023-10-25 10:48:11 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-25 10:48:11 +0100 |
commit | c54461a97edd8d06329a3329190b18f68a1cac50 (patch) | |
tree | be52ec0a9449998fe836b7d5e191255ae498cfa9 /dev/data/manifest-variants.json | |
parent | b64ca7d379e48159f98373558c339a89c01c5f6c (diff) |
fix: reinstate webRequest and correct the permissions docs
`webRequest` is used on Chrome/MV3 to surface error information from
failed requests. it was added back to the declarative path by
toasted-nutbread in FooSoft/yomichan#2161, but the permissions
documentation did not reflect `webRequests` continued necessity.
Diffstat (limited to 'dev/data/manifest-variants.json')
-rw-r--r-- | dev/data/manifest-variants.json | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 07c98b91..83140ec4 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" ] }, |