{
  "id": "/",
  "name": "Money Tracker",
  "short_name": "Money",
  "description": "Privater Schulden- und Darlehens-Tracker",
  "start_url": "/",
  "scope": "/",
  "lang": "de-DE",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0f0f0f",
  "theme_color": "#0f0f0f",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neue Leihe",
      "short_name": "Leihe",
      "description": "Neue Leihanfrage erstellen",
      "url": "/?action=new-loan",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Statistik",
      "short_name": "Stats",
      "description": "Übersicht und Statistik öffnen",
      "url": "/?action=stats",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
