add icons

update Makefile

fix
This commit is contained in:
gapato 2026-06-09 10:46:03 +02:00
commit 85e3723814
6 changed files with 7 additions and 1 deletions

View file

@ -3,4 +3,4 @@ SET_VERSION = $(eval CURRENT_VERSION=$(VERSION))
default:
$(SET_VERSION)
zip -r releases/epas-ripper-$(CURRENT_VERSION).xpi style.css content.js lib archive-viewer manifest.json
zip -r releases/epas-ripper-$(CURRENT_VERSION).xpi style.css content.js lib archive-viewer manifest.json icons

BIN
icons/icon-128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
icons/icon-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

BIN
icons/icon-48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
icons/icon-96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -31,6 +31,12 @@
]
}
],
"icons": {
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [