SponsorBlock/manifest/chrome-manifest-extra.json

12 lines
183 B
JSON

{
"optional_permissions": [
"declarativeContent",
"webNavigation"
],
"background": {
"persistent": false
},
"permissions": [
"https://*.youtube.com/*"
]
}