Files
domili/manifest.json
2025-08-20 17:55:46 +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": "#212529",
"background_color": "#212529",
"icons": [
{
"src": "img/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}