Remove webnavigation optional permission from firefox

This commit is contained in:
Ajay
2023-08-23 22:44:41 -04:00
parent 7e12a914d5
commit 4bd0556464
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
{
"optional_permissions": [
"declarativeContent"
"declarativeContent",
"webNavigation"
],
"background": {
"persistent": false

View File

@@ -84,8 +84,7 @@
"https://sponsor.ajay.app/*"
],
"optional_permissions": [
"*://*/*",
"webNavigation"
"*://*/*"
],
"browser_action": {
"default_title": "SponsorBlock",

View File

@@ -4,5 +4,8 @@
},
"permissions": [
"scripting"
],
"optional_permissions": [
"webNavigation"
]
}