aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-08-11 21:33:38 -0400
committerAjay <[email protected]>2023-08-11 21:33:38 -0400
commit3dde05eda2f8135ead52504f6384bdff29328819 (patch)
treeecf7312f19e85ab05124cf397c0f85bf8ad59ba6 /manifest
parent6aeefaae6417155f8c2ebaf6cf9091764d296ddd (diff)
downloadSponsorBlock-3dde05eda2f8135ead52504f6384bdff29328819.tar.gz
SponsorBlock-3dde05eda2f8135ead52504f6384bdff29328819.zip
Add more theme icons for browser popup
Diffstat (limited to 'manifest')
-rw-r--r--manifest/manifest.json15
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
}
]
},