mirror of
https://codeberg.org/Nero/InviTube.git
synced 2024-11-21 15:23:40 +00:00
+ new icons
This commit is contained in:
parent
5ea86baf06
commit
d9c9be52d0
5 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ browser.browserAction.onClicked.addListener(() => {
|
|||
});
|
||||
|
||||
function activateBlocker() {
|
||||
browser.browserAction.setIcon({path:"icons/piped.png"});
|
||||
browser.browserAction.setIcon({path:"icons/invidious.png"});
|
||||
browser.storage.local.set({activated: true});
|
||||
}
|
||||
|
||||
|
|
BIN
icons/Icon.png
BIN
icons/Icon.png
Binary file not shown.
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 104 KiB |
BIN
icons/invidious.png
Normal file
BIN
icons/invidious.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
icons/piped.png
BIN
icons/piped.png
Binary file not shown.
Before Width: | Height: | Size: 91 KiB |
|
@ -18,7 +18,7 @@
|
|||
|
||||
"browser_action": {
|
||||
"browser_style": true,
|
||||
"default_icon": "icons/piped.png"
|
||||
"default_icon": "icons/invidious.png"
|
||||
},
|
||||
|
||||
"page_action": {
|
||||
|
|
Loading…
Reference in a new issue