mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
12 lines
183 B
JSON
12 lines
183 B
JSON
{
|
|
"optional_permissions": [
|
|
"declarativeContent",
|
|
"webNavigation"
|
|
],
|
|
"background": {
|
|
"persistent": false
|
|
},
|
|
"permissions": [
|
|
"https://*.youtube.com/*"
|
|
]
|
|
}
|