25 lines
567 B
Plaintext
25 lines
567 B
Plaintext
{
|
|
"name": "Gardomatic",
|
|
"short_name": "Gardomatic",
|
|
"description": "Gärten, Pflanzen, Orte und Aufgaben verwalten.",
|
|
"start_url": "/gardens",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f4f1e8",
|
|
"theme_color": "#315d3a",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/gardomatic-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/static/icons/gardomatic-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|