hotfix: PWA installation settings

This commit is contained in:
2025-05-03 14:18:34 +02:00
parent 4c9a560a4a
commit 87f173a645
+4 -5
View File
@@ -5,17 +5,16 @@
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
"type": "image/png"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#151414",
"display": "standalone"
"display": "standalone",
"start_url": "."
}