Progressive Web App

This commit is contained in:
2025-08-16 22:06:15 +02:00
parent 16a5768248
commit bfc445509f
3 changed files with 68 additions and 3 deletions

20
www/manifest.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "Webcam des MSV Bühl-Moos e.V.",
"short_name": "MSV Webcam",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#0d1117",
"theme_color": "#0d1117",
"icons": [
{
"src": "data/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "data/icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}