{
  "name": "Bilanz – Finanzplaner & Ausgabenbuch",
  "short_name": "Bilanz",
  "description": "Einnahmen, laufende Kosten, Rückzahlungen und ein Ausgabenbuch für getätigte Zahlungen – getrennt nach privat und geschäftlich, offlinefähig und verschlüsselt abgeglichen.",
  "id": "/bilanz/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0a0c10",
  "theme_color": "#0a0c10",
  "lang": "de",
  "dir": "ltr",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Zahlung eintragen",
      "short_name": "Zahlung",
      "description": "Direkt eine getätigte Zahlung ins Ausgabenbuch schreiben",
      "url": "./index.html#ausgabenbuch",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Übersicht",
      "short_name": "Übersicht",
      "description": "Saldo, Plan gegen Ist und die letzten Zahlungen",
      "url": "./index.html#uebersicht",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
