mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "YTSponsorSkip",
|
|
"version": "1.0",
|
|
"description": "Skip youtube video sponsors.",
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://*.youtube.com/*"
|
|
],
|
|
"js": [
|
|
"content-config.js",
|
|
"content.js"
|
|
],
|
|
"css": [
|
|
"content.css",
|
|
"./libs/Source+Sans+Pro.css"
|
|
]
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
"icons/LogoSponsorBlocker256px.png",
|
|
"icons/IconSponsorBlocker256px.png",
|
|
"icons/PlayerStartIconSponsorBlocker256px.png",
|
|
"icons/PlayerStopIconSponsorBlocker256px.png"
|
|
],
|
|
"permissions": [
|
|
"tabs",
|
|
"storage",
|
|
"notifications"
|
|
],
|
|
"browser_action": {
|
|
"default_title": "SponsorBlock",
|
|
"default_popup": "popup.html"
|
|
},
|
|
"background": {
|
|
"scripts":["background.js"]
|
|
},
|
|
"icons": {
|
|
"16": "icons/IconSponsorBlocker16px.png",
|
|
"32": "icons/IconSponsorBlocker32px.png",
|
|
"64": "icons/LogoSponsorBlocker64px.png",
|
|
"128": "icons/LogoSponsorBlocker128px.png",
|
|
"256": "icons/LogoSponsorBlocker256px.png"
|
|
},
|
|
"manifest_version": 2
|
|
}
|