+ new icons

This commit is contained in:
Nero 2023-06-17 14:21:30 +02:00
parent 5ea86baf06
commit d9c9be52d0
5 changed files with 2 additions and 2 deletions

View file

@ -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});
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 104 KiB

BIN
icons/invidious.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

View file

@ -18,7 +18,7 @@
"browser_action": {
"browser_style": true,
"default_icon": "icons/piped.png"
"default_icon": "icons/invidious.png"
},
"page_action": {