fix: icons

This commit is contained in:
valknarness
2025-10-26 22:53:16 +01:00
parent 8fc4aa8dab
commit 51b42fe625
32 changed files with 947 additions and 477 deletions

View File

@@ -9,27 +9,15 @@
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-192.svg",
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icon-512.svg",
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/apple-touch-icon.svg",
"sizes": "180x180",
"type": "image/svg+xml",
"type": "image/png",
"purpose": "maskable"
}
],