mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-05-11 18:36:15 +02:00
Respect iOS/macOS accent color by using a monochrome toolbar icon for Safari
This commit is contained in:
parent
46b8c41db7
commit
19ccb5e9e9
5 changed files with 9 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
BIN
public/icons/SafariIconSponsorBlocker128px.png
Normal file
BIN
public/icons/SafariIconSponsorBlocker128px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
public/icons/SafariIconSponsorBlocker16px.png
Normal file
BIN
public/icons/SafariIconSponsorBlocker16px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
public/icons/SafariIconSponsorBlocker32px.png
Normal file
BIN
public/icons/SafariIconSponsorBlocker32px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
public/icons/SafariIconSponsorBlocker64px.png
Normal file
BIN
public/icons/SafariIconSponsorBlocker64px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue