Respect iOS/macOS accent color by using a monochrome toolbar icon for Safari

This commit is contained in:
strafe 2024-11-29 00:40:40 +00:00
parent 46b8c41db7
commit 19ccb5e9e9
5 changed files with 9 additions and 1 deletions

View file

@ -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"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB