aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 73259e2f..9c7a7dd6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -10,9 +10,19 @@
"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",
@@ -25,5 +35,12 @@
"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
}