SponsorBlock/manifest/chrome-manifest-extra.json

9 lines
108 B
JSON
Raw Normal View History

2020-02-04 07:32:58 +01:00
{
"optional_permissions": [
"declarativeContent"
],
"background": {
"persistent": false
}
}