2018-06-23 17:12:29 +02:00
|
|
|
{
|
2019-08-12 19:40:16 +02:00
|
|
|
"name": "__MSG_fullName__",
|
|
|
|
"short_name": "__MSG_Name__",
|
2019-08-20 02:23:42 +02:00
|
|
|
"version": "1.1.0",
|
2019-08-12 19:40:16 +02:00
|
|
|
"default_locale": "en",
|
|
|
|
"description": "__MSG_Description__",
|
2018-06-23 17:12:29 +02:00
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"https://*.youtube.com/*"
|
|
|
|
],
|
2019-08-02 02:55:47 +02:00
|
|
|
"all_frames": true,
|
2018-06-23 17:12:29 +02:00
|
|
|
"js": [
|
2019-07-14 01:15:47 +02:00
|
|
|
"config.js",
|
2019-08-13 01:34:44 +02:00
|
|
|
"utils/previewBar.js",
|
2019-08-19 22:09:54 +02:00
|
|
|
"utils/skipNotice.js",
|
2019-08-04 19:59:08 +02:00
|
|
|
"utils.js",
|
2019-07-30 19:27:20 +02:00
|
|
|
"content.js",
|
|
|
|
"popup.js"
|
2019-07-10 20:43:14 +02:00
|
|
|
],
|
|
|
|
"css": [
|
2019-07-10 21:11:55 +02:00
|
|
|
"content.css",
|
2019-07-30 19:27:20 +02:00
|
|
|
"./libs/Source+Sans+Pro.css",
|
|
|
|
"popup.css"
|
2018-06-23 17:12:29 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2019-07-11 22:15:47 +02:00
|
|
|
"web_accessible_resources": [
|
2019-07-12 16:42:39 +02:00
|
|
|
"icons/LogoSponsorBlocker256px.png",
|
|
|
|
"icons/IconSponsorBlocker256px.png",
|
|
|
|
"icons/PlayerStartIconSponsorBlocker256px.png",
|
2019-07-15 22:28:41 +02:00
|
|
|
"icons/PlayerStopIconSponsorBlocker256px.png",
|
2019-07-22 00:19:56 +02:00
|
|
|
"icons/PlayerUploadIconSponsorBlocker256px.png",
|
|
|
|
"icons/PlayerUploadFailedIconSponsorBlocker256px.png",
|
2019-07-15 22:28:41 +02:00
|
|
|
"icons/upvote.png",
|
2019-07-29 21:42:14 +02:00
|
|
|
"icons/downvote.png",
|
2019-08-15 03:30:02 +02:00
|
|
|
"icons/report.png",
|
2019-08-14 20:07:00 +02:00
|
|
|
"icons/close.png",
|
2019-07-29 21:42:14 +02:00
|
|
|
"icons/PlayerInfoIconSponsorBlocker256px.png",
|
2019-07-30 02:54:10 +02:00
|
|
|
"icons/PlayerDeleteIconSponsorBlocker256px.png",
|
2019-08-08 21:21:42 +02:00
|
|
|
"popup.html"
|
2019-07-11 22:15:47 +02:00
|
|
|
],
|
2019-01-15 19:23:50 +01:00
|
|
|
"permissions": [
|
2019-07-10 00:59:27 +02:00
|
|
|
"storage",
|
2019-07-23 03:11:37 +02:00
|
|
|
"notifications",
|
|
|
|
"https://sponsor.ajay.app/*"
|
2019-01-15 19:23:50 +01:00
|
|
|
],
|
2019-07-09 05:43:06 +02:00
|
|
|
"browser_action": {
|
2019-08-12 22:41:16 +02:00
|
|
|
"default_title": "__MSG_Name__",
|
2019-08-14 00:44:47 +02:00
|
|
|
"default_popup": "popup.html"
|
2019-07-09 05:43:06 +02:00
|
|
|
},
|
2019-01-15 19:23:50 +01:00
|
|
|
"background": {
|
2019-07-14 01:15:47 +02:00
|
|
|
"scripts":[
|
2019-08-04 19:59:08 +02:00
|
|
|
"utils.js",
|
2019-07-14 01:15:47 +02:00
|
|
|
"config.js",
|
|
|
|
"background.js"
|
2019-08-08 07:24:30 +02:00
|
|
|
],
|
|
|
|
"persistent": false
|
2019-01-15 19:23:50 +01:00
|
|
|
},
|
2019-07-11 22:15:47 +02:00
|
|
|
"icons": {
|
|
|
|
"16": "icons/IconSponsorBlocker16px.png",
|
|
|
|
"32": "icons/IconSponsorBlocker32px.png",
|
|
|
|
"64": "icons/LogoSponsorBlocker64px.png",
|
|
|
|
"128": "icons/LogoSponsorBlocker128px.png",
|
|
|
|
"256": "icons/LogoSponsorBlocker256px.png"
|
|
|
|
},
|
2018-06-23 17:12:29 +02:00
|
|
|
"manifest_version": 2
|
|
|
|
}
|