Skip to content

Commit

Permalink
Merge pull request #2162 from strafe/master
Browse files Browse the repository at this point in the history
Respect iOS/macOS accent color by using a monochrome toolbar icon for…
  • Loading branch information
ajayyy authored Nov 29, 2024
2 parents 46b8c41 + 19ccb5e commit 266508c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion manifest/safari-manifest-extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 added public/icons/SafariIconSponsorBlocker128px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/SafariIconSponsorBlocker16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/SafariIconSponsorBlocker32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/SafariIconSponsorBlocker64px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 266508c

Please sign in to comment.