Files
domili/manifest.json
2025-08-16 00:09:38 +02:00

21 lines
414 B
JSON
Executable File

{
"name": "DoMiLi",
"short_name": "DoMiLi",
"description": "Dönerstag-Runde",
"start_url": "index.php",
"display": "standalone",
"theme_color": "#343a40",
"background_color": "#343a40",
"icons": [
{
"src": "img/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}