{
  "name": "NextGen ImmoCalc",
  "short_name": "ImmoCalc",
  "description": "Professionelle Immobilien-Investitionsanalyse",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#1B2A4A",
  "theme_color": "#0D9488",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" },
    {
      "src": "/icons/icon-512-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Neue Kalkulation",
      "short_name": "Kalkulation",
      "description": "Neue Immobilienkalkulation erstellen",
      "url": "/projekte/neu",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Meine Projekte",
      "short_name": "Projekte",
      "description": "Alle Projekte anzeigen",
      "url": "/projekte",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Besichtigung",
      "short_name": "Besichtigung",
      "description": "Offline-fähige Objektbesichtigung starten",
      "url": "/besichtigung",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "96x96" }]
    },
    {
      "name": "Neues Projekt",
      "short_name": "Neu",
      "description": "Neues Investmentprojekt anlegen",
      "url": "/projekte/neu",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "96x96" }]
    }
  ]
}
