diff options
author | Ajay <[email protected]> | 2023-08-11 21:33:38 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-08-11 21:33:38 -0400 |
commit | 3dde05eda2f8135ead52504f6384bdff29328819 (patch) | |
tree | ecf7312f19e85ab05124cf397c0f85bf8ad59ba6 | |
parent | 6aeefaae6417155f8c2ebaf6cf9091764d296ddd (diff) | |
download | SponsorBlock-3dde05eda2f8135ead52504f6384bdff29328819.tar.gz SponsorBlock-3dde05eda2f8135ead52504f6384bdff29328819.zip |
Add more theme icons for browser popup
-rw-r--r-- | manifest/manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 021a1eae..b44fa2bb 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -116,6 +116,21 @@ "light": "icons/IconSponsorBlocker128px.png", "dark": "icons/IconSponsorBlocker128px.png", "size": 128 + }, + { + "light": "icons/IconSponsorBlocker256px.png", + "dark": "icons/IconSponsorBlocker256px.png", + "size": 256 + }, + { + "light": "icons/IconSponsorBlocker512px.png", + "dark": "icons/IconSponsorBlocker512px.png", + "size": 512 + }, + { + "light": "icons/IconSponsorBlocker1024px.png", + "dark": "icons/IconSponsorBlocker1024px.png", + "size": 1024 } ] }, |