feat(RECIPE-0002): complete iteration 0 — generate PWA icons and update manifest

This commit is contained in:
Giancarmine Salucci
2026-02-16 12:19:49 +01:00
parent 4f1ebcbac3
commit 3810d0e401
7 changed files with 700 additions and 26 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
static/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -10,12 +10,14 @@
{
"src": "/favicon.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/favicon.png",
"sizes": "512x512",
"type": "image/png"
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"share_target": {