{
  "name": "InvestTool",
  "short_name": "InvestTool",
  "description": "Haushaltsplanung & Immobilien-Investitionsrechner",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0d2147",
  "theme_color": "#0d2147",
  "lang": "de",
  "icons": [
    {
      "src": "icons/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon.svg?v=3",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Monatsübersicht",
      "short_name": "Übersicht",
      "description": "Aktuelle Monatsübersicht",
      "url": "./?tab=uebersicht",
      "icons": [{"src": "icons/icon-192.png?v=3", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Ausgabe erfassen",
      "short_name": "Ausgabe",
      "description": "Variable Kosten erfassen",
      "url": "./?tab=variabel",
      "icons": [{"src": "icons/icon-192.png?v=3", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Kaufrechner",
      "short_name": "Kaufrechner",
      "description": "Immobilien-Kaufrechner",
      "url": "./?tab=kaufrechner",
      "icons": [{"src": "icons/icon-192.png?v=3", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "FIRE-Rechner",
      "short_name": "FIRE",
      "description": "Finanzielle Unabhängigkeit berechnen",
      "url": "./?tab=fire",
      "icons": [{"src": "icons/icon-192.png?v=3", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}
