SponsorBlock/manifest/chrome-manifest-extra.json
2023-07-29 01:49:27 -04:00

11 lines
162 B
JSON

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