diff options
author | Ajay <[email protected]> | 2023-08-23 22:44:41 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-08-23 22:44:41 -0400 |
commit | 4bd055646491a0a3e2f2abf74c7a9326b40dc5fe (patch) | |
tree | 798db0c24dc5031d8a1c322ceb000e6d9b9ff42b /manifest/manifest.json | |
parent | 7e12a914d5d985bd40daa4ec77484225aa60067e (diff) | |
download | SponsorBlock-4bd055646491a0a3e2f2abf74c7a9326b40dc5fe.tar.gz SponsorBlock-4bd055646491a0a3e2f2abf74c7a9326b40dc5fe.zip |
Remove webnavigation optional permission from firefox
Diffstat (limited to 'manifest/manifest.json')
-rw-r--r-- | manifest/manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 6fddd46e..b1b079b4 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -84,8 +84,7 @@ "https://sponsor.ajay.app/*" ], "optional_permissions": [ - "*://*/*", - "webNavigation" + "*://*/*" ], "browser_action": { "default_title": "SponsorBlock", |