Initial commit
This commit is contained in:
15
public/manifest.json
Normal file
15
public/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user