🚚 Move icons to assets folder

This commit is contained in:
Marcel Kapfer 2024-07-29 18:43:27 +02:00
parent 17a00ef791
commit 80d6749be8
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
5 changed files with 2 additions and 2 deletions

BIN
assets/icon-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

View file

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View file

@ -16,8 +16,8 @@
},
"host_permissions": ["*://*/*"],
"icons": {
"48": "icon.svg",
"96": "icon.svg"
"48": "assets/icon.svg",
"96": "assets/icon.svg"
},
"manifest_version": 3,
"name": "SpaceApper",