{
  "name": "360Volt Dokumentations-App",
  "short_name": "360Volt Docu",
  "description": "Offline-first Dokumentations-App für Wärmepumpen-Installation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0077B6",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait",
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Projekte heute",
      "short_name": "Projekte",
      "description": "Zu meinen heutigen Projekten",
      "url": "/projects",
      "icons": [{ "src": "/icons/projects.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/login.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "narrow",
      "label": "Login-Screen"
    },
    {
      "src": "/screenshots/projects.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "narrow",
      "label": "Projektauswahl"
    },
    {
      "src": "/screenshots/phases.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "narrow",
      "label": "Phasenauswahl"
    }
  ]
}