Initial commit: Lageplan v1.0 - Next.js 15.5, React 19

This commit is contained in:
Pepe Ziberi
2026-02-21 11:57:44 +01:00
commit adf3dc8c1d
167 changed files with 34265 additions and 0 deletions

28
public/manifest.json Normal file
View File

@@ -0,0 +1,28 @@
{
"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
}