aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-08-23 22:44:41 -0400
committerAjay <[email protected]>2023-08-23 22:44:41 -0400
commit4bd055646491a0a3e2f2abf74c7a9326b40dc5fe (patch)
tree798db0c24dc5031d8a1c322ceb000e6d9b9ff42b /manifest
parent7e12a914d5d985bd40daa4ec77484225aa60067e (diff)
downloadSponsorBlock-4bd055646491a0a3e2f2abf74c7a9326b40dc5fe.tar.gz
SponsorBlock-4bd055646491a0a3e2f2abf74c7a9326b40dc5fe.zip
Remove webnavigation optional permission from firefox
Diffstat (limited to 'manifest')
-rw-r--r--manifest/chrome-manifest-extra.json3
-rw-r--r--manifest/manifest.json3
-rw-r--r--manifest/safari-manifest-extra.json3
3 files changed, 6 insertions, 3 deletions
diff --git a/manifest/chrome-manifest-extra.json b/manifest/chrome-manifest-extra.json
index 696bb964..9cb5082d 100644
--- a/manifest/chrome-manifest-extra.json
+++ b/manifest/chrome-manifest-extra.json
@@ -1,6 +1,7 @@
{
"optional_permissions": [
- "declarativeContent"
+ "declarativeContent",
+ "webNavigation"
],
"background": {
"persistent": false
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",
diff --git a/manifest/safari-manifest-extra.json b/manifest/safari-manifest-extra.json
index bf18bbe5..1706b2c3 100644
--- a/manifest/safari-manifest-extra.json
+++ b/manifest/safari-manifest-extra.json
@@ -4,5 +4,8 @@
},
"permissions": [
"scripting"
+ ],
+ "optional_permissions": [
+ "webNavigation"
]
}