Files
Lageplan/public/manifest.json

29 lines
740 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "Lageplan Feuerwehr Krokier-App",
"short_name": "Lageplan",
"description": "Digitale Einsatzdokumentation für Schweizer Feuerwehren. Lagepläne erstellen, Journal führen, Rapporte generieren.",
"start_url": "/app",
"display": "standalone",
"orientation": "any",
"background_color": "#ffffff",
"theme_color": "#dc2626",
"lang": "de-CH",
"categories": ["productivity", "utilities"],
"icons": [
{
"src": "/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/logo-icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
}
],
"screenshots": [],
"prefer_related_applications": false
}