aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest/safari-manifest-extra.json
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2024-11-29 00:02:50 -0500
committerGitHub <[email protected]>2024-11-29 00:02:50 -0500
commit266508ca2d2170f5fffa29d3ba4c101ad89eefa3 (patch)
tree6baf2b678984a3cd7b8845d592d1b168245be315 /manifest/safari-manifest-extra.json
parent46b8c41db7609f835a2ddfa24cc62f5e85e525bb (diff)
parent19ccb5e9e9fc7577d73ac73f522cbe698edf52f5 (diff)
downloadSponsorBlock-266508ca2d2170f5fffa29d3ba4c101ad89eefa3.tar.gz
SponsorBlock-266508ca2d2170f5fffa29d3ba4c101ad89eefa3.zip
Merge pull request #2162 from strafe/master
Respect iOS/macOS accent color by using a monochrome toolbar icon for…
Diffstat (limited to 'manifest/safari-manifest-extra.json')
-rw-r--r--manifest/safari-manifest-extra.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/manifest/safari-manifest-extra.json b/manifest/safari-manifest-extra.json
index 902381c9..5447e629 100644
--- a/manifest/safari-manifest-extra.json
+++ b/manifest/safari-manifest-extra.json
@@ -4,5 +4,13 @@
},
"optional_permissions": [
"webNavigation"
- ]
+ ],
+ "browser_action": {
+ "default_icon": {
+ "16": "icons/SafariIconSponsorBlocker16px.png",
+ "32": "icons/SafariIconSponsorBlocker32px.png",
+ "64": "icons/SafariIconSponsorBlocker64px.png",
+ "128": "icons/SafariIconSponsorBlocker128px.png"
+ }
+ }
}