Files
leerstand/frontend/ico/manifest.json
2024-07-27 23:29:50 +02:00

19 lines
320 B
JSON

{
"name": "Leerstand",
"short_name": "Leerstand",
"background_color": "#d1e7dd",
"display": "fullscreen",
"icons": [
{
"src": "/ico/192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/ico/512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}