26 lines
642 B
JSON
26 lines
642 B
JSON
{
|
|
"manifest_version": 1,
|
|
"name": "chrosey.de Inventur",
|
|
"version": "1.1",
|
|
|
|
"default_locale": "de",
|
|
"description": "Inventur-Helfer",
|
|
"short_name" : "1894. Inventur",
|
|
"start_url": "https://chrosey.de/apps/inv",
|
|
"icons": [
|
|
{
|
|
"src": "/favicons/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/favicons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#303F9F",
|
|
"background_color": "#C5CAE9",
|
|
"display": "standalone"
|
|
}
|