diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-11-23 16:16:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 16:16:13 -0500 |
commit | ecc994a8bbd52a426434a549f8e3e68eba6e786e (patch) | |
tree | 9d8645373d0b9de9b4b0a790fe0b737fcc290131 /ext/manifest.json | |
parent | cedf6b25c4327d33411877dbb412877dfa7753e9 (diff) |
ScriptManager updates (#2022)
* Fix spacing
* Add more parameters to injectStylesheet
* Add more parameters to injectScript
* Update ScriptManager to support content script registration
* Add webNavigation as an optional permission
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index b6a9cf41..cd75e216 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -97,7 +97,8 @@ ], "optional_permissions": [ "clipboardRead", - "nativeMessaging" + "nativeMessaging", + "webNavigation" ], "commands": { "toggleTextScanning": { |