Merge pull request #5 from Spythere/development

hotfix: PWA installation settings
This commit is contained in:
Spythere
2025-05-03 14:19:16 +02:00
committed by GitHub
+5 -6
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": "."
}