Add custom cat sitting icon and update manifest

This commit is contained in:
2026-01-12 21:10:05 +01:00
parent 44d8b20615
commit 3ba1e59ecf
3 changed files with 6 additions and 6 deletions

BIN
app/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

BIN
public/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

View File

@@ -8,14 +8,14 @@
"theme_color": "#000000",
"icons": [
{
"src": "/file.svg",
"src": "/icon.png",
"sizes": "192x192",
"type": "image/svg+xml"
"type": "image/png"
},
{
"src": "/file.svg",
{
"src": "/icon.png",
"sizes": "512x512",
"type": "image/svg+xml"
"type": "image/png"
}
]
}