bethaus-app/static/manifest.json
2025-04-14 23:19:55 +02:00

21 lines
460 B
JSON

{
"name": "Gottesdienste Speyer und Schwegenheim",
"short_name": "Gottesdienste",
"start_url": "/",
"display": "fullscreen",
"background_color": "#ffffff",
"theme_color": "#34495e",
"icons": [
{
"src": "/icon/logo-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon/logo-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}