Files
node-wannistesvorbei/public/manifest.json
Sebastian Seedorf a1df114a5a Initial commit
2021-04-17 22:31:16 +02:00

15 lines
265 B
JSON

{
"name": "Wie lange noch?",
"short_name": "Corona-Uhr",
"lang": "de-DE",
"start_url": "/",
"display": "standalone",
"orientation": "any",
"theme_color": "#FD1D1D",
"icons": [
{
"src": "homescreen.png",
"sizes": "172x172"
}
]
}