UI: Update extension icons to use new 128px high-res asset

This commit is contained in:
Timo
2026-04-22 09:06:25 +02:00
parent f2781a45c2
commit 8b8dc9e546
4 changed files with 4 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 670 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 670 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 670 KiB

+4 -4
View File
@@ -17,8 +17,8 @@
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"16": "icons/icon128.png",
"48": "icons/icon128.png",
"128": "icons/icon128.png"
}
},
@@ -44,8 +44,8 @@
}
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"16": "icons/icon128.png",
"48": "icons/icon128.png",
"128": "icons/icon128.png"
}
}