Initial commit

This commit is contained in:
Sebastian Seedorf
2021-04-17 22:31:16 +02:00
commit a1df114a5a
20 changed files with 3001 additions and 0 deletions

15
public/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
}
]
}