SponsorBlock/manifest/chrome-manifest-extra.json

13 lines
183 B
JSON
Raw Normal View History

2020-02-04 07:32:58 +01:00
{
"optional_permissions": [
"declarativeContent",
"webNavigation"
2020-02-04 07:32:58 +01:00
],
"background": {
"persistent": false
2023-07-29 07:49:27 +02:00
},
"permissions": [
"https://*.youtube.com/*"
]
2020-02-04 07:32:58 +01:00
}