{
  "name": "Siegel Financial - Plan your money with clarity",
  "short_name": "Siegel Financial",
  "description": "Budget, track net worth, map cash flow, and see your retirement path in one focused place.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#06111F",
  "theme_color": "#06111F",
  "categories": ["finance", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "img/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Open Dashboard",
      "short_name": "Dashboard",
      "description": "See net worth, monthly cash flow, and your retirement path.",
      "url": "/?view=overview",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Update Net Worth",
      "short_name": "Net Worth",
      "description": "Refresh account balances and save this month's snapshot.",
      "url": "/?view=networth",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Review Budget",
      "short_name": "Budget",
      "description": "Update income, expenses, contributions, and monthly savings.",
      "url": "/?view=budget",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
