feat: add and wire png app icons for iOS/PWA

This commit is contained in:
Oliver 2026-02-15 16:18:42 +01:00
parent 0b15609bc2
commit 9ecc4253ee
No known key found for this signature in database
9 changed files with 25 additions and 7 deletions

View file

@ -10,10 +10,22 @@
"theme_color": "#006680",
"icons": [
{
"src": "/icons/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}