Files

23 lines
425 B
JSON
Raw Permalink Normal View History

2026-03-31 14:48:36 +02:00
{
2026-03-31 15:39:11 +02:00
"name": "Qaffee by Aquantico",
"short_name": "Qaffee",
"description": "Digitale Kaffeeliste von Aquantico",
2026-03-31 14:48:36 +02:00
"start_url": "/",
"display": "standalone",
2026-03-31 15:39:11 +02:00
"background_color": "#081829",
"theme_color": "#0d2440",
2026-03-31 14:48:36 +02:00
"orientation": "portrait",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}