first commit
This commit is contained in:
25
app/static/manifest.json
Normal file
25
app/static/manifest.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "Putzliga",
|
||||
"short_name": "Putzliga",
|
||||
"description": "Spielerische Haushalts-App mit Aufgaben, Punkten und Monats-Highscore.",
|
||||
"id": "/",
|
||||
"start_url": "/my-tasks",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#eef3ff",
|
||||
"theme_color": "#f5f7ff",
|
||||
"lang": "de",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/images/pwa-icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/images/pwa-icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user