14 lines
385 B
JSON
14 lines
385 B
JSON
|
|
{
|
||
|
|
"name": "Pfandsystem",
|
||
|
|
"short_name": "Pfandsystem",
|
||
|
|
"start_url": ".",
|
||
|
|
"display": "standalone",
|
||
|
|
"background_color": "#f8fafc",
|
||
|
|
"theme_color": "#4338ca",
|
||
|
|
"description": "Digitale Pfand- und Tourenverwaltung",
|
||
|
|
"icons": [
|
||
|
|
{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
|
||
|
|
{ "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
|
||
|
|
]
|
||
|
|
}
|