2020-02-04 07:32:58 +01:00
|
|
|
{
|
|
|
|
"name": "__MSG_fullName__",
|
|
|
|
"short_name": "__MSG_Name__",
|
2020-03-31 02:10:32 +02:00
|
|
|
"version": "1.2.24",
|
2020-02-04 07:32:58 +01:00
|
|
|
"default_locale": "en",
|
|
|
|
"description": "__MSG_Description__",
|
2020-02-09 17:14:40 +01:00
|
|
|
"content_scripts": [{
|
2020-02-04 07:32:58 +01:00
|
|
|
"run_at": "document_start",
|
|
|
|
"matches": [
|
|
|
|
"https://*.youtube.com/*",
|
|
|
|
"https://www.youtube-nocookie.com/embed/*"
|
|
|
|
],
|
|
|
|
"all_frames": true,
|
|
|
|
"js": [
|
|
|
|
"./js/vendor.js",
|
|
|
|
"./js/content.js"
|
|
|
|
],
|
|
|
|
"css": [
|
|
|
|
"content.css",
|
|
|
|
"./libs/Source+Sans+Pro.css",
|
|
|
|
"popup.css"
|
|
|
|
]
|
2020-02-09 17:14:40 +01:00
|
|
|
}],
|
2020-02-04 07:32:58 +01:00
|
|
|
"web_accessible_resources": [
|
|
|
|
"icons/LogoSponsorBlocker256px.png",
|
|
|
|
"icons/IconSponsorBlocker256px.png",
|
|
|
|
"icons/PlayerStartIconSponsorBlocker256px.png",
|
|
|
|
"icons/PlayerStopIconSponsorBlocker256px.png",
|
|
|
|
"icons/PlayerUploadIconSponsorBlocker256px.png",
|
|
|
|
"icons/PlayerUploadFailedIconSponsorBlocker256px.png",
|
|
|
|
"icons/upvote.png",
|
|
|
|
"icons/downvote.png",
|
|
|
|
"icons/report.png",
|
|
|
|
"icons/close.png",
|
|
|
|
"icons/PlayerInfoIconSponsorBlocker256px.png",
|
|
|
|
"icons/PlayerDeleteIconSponsorBlocker256px.png",
|
2020-02-09 00:23:08 +01:00
|
|
|
"popup.html",
|
|
|
|
"content.css"
|
2020-02-04 07:32:58 +01:00
|
|
|
],
|
|
|
|
"permissions": [
|
|
|
|
"storage",
|
|
|
|
"notifications",
|
|
|
|
"https://sponsor.ajay.app/*"
|
|
|
|
],
|
|
|
|
"optional_permissions": [
|
|
|
|
"*://*/*"
|
|
|
|
],
|
|
|
|
"browser_action": {
|
|
|
|
"default_title": "__MSG_Name__",
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"scripts":[
|
|
|
|
"./js/vendor.js",
|
|
|
|
"./js/background.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"icons": {
|
|
|
|
"16": "icons/IconSponsorBlocker16px.png",
|
|
|
|
"32": "icons/IconSponsorBlocker32px.png",
|
|
|
|
"64": "icons/LogoSponsorBlocker64px.png",
|
|
|
|
"128": "icons/LogoSponsorBlocker128px.png",
|
|
|
|
"256": "icons/LogoSponsorBlocker256px.png"
|
|
|
|
},
|
|
|
|
"options_ui": {
|
|
|
|
"page": "options/options.html",
|
|
|
|
"open_in_tab": true
|
|
|
|
},
|
|
|
|
"manifest_version": 2
|
2020-02-12 03:01:35 +01:00
|
|
|
}
|