diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index b97d75aa..80be65d4 100644 --- a/manifest.json +++ b/manifest.json @@ -17,6 +17,9 @@ ] } ], + "web_accessible_resources": [ + "icons/LogoSponsorBlocker256px.png" + ], "permissions": [ "tabs", "storage", @@ -29,5 +32,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 } |