mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-31 14:51:13 +03:00
Only add host permission on chrome
This commit is contained in:
@@ -4,5 +4,8 @@
|
|||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
"persistent": false
|
"persistent": false
|
||||||
}
|
},
|
||||||
|
"permissions": [
|
||||||
|
"https://*.youtube.com/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -81,8 +81,7 @@
|
|||||||
],
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"storage",
|
"storage",
|
||||||
"https://sponsor.ajay.app/*",
|
"https://sponsor.ajay.app/*"
|
||||||
"https://*.youtube.com/*"
|
|
||||||
],
|
],
|
||||||
"optional_permissions": [
|
"optional_permissions": [
|
||||||
"*://*/*",
|
"*://*/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user