Files
qaffee/frontend/static/manifest.json
2026-03-31 15:39:11 +02:00

23 lines
425 B
JSON

{
"name": "Qaffee by Aquantico",
"short_name": "Qaffee",
"description": "Digitale Kaffeeliste von Aquantico",
"start_url": "/",
"display": "standalone",
"background_color": "#081829",
"theme_color": "#0d2440",
"orientation": "portrait",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}