{
  "id": "/",
  "name": "MyFinances",
  "short_name": "MyFinances",
  "description": "Privacy-first personal finance tracker — debt payoff, budgets, net worth, all data stays in your browser.",
  "categories": ["finance", "productivity"],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "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": "Health Dashboard",
      "short_name": "Health",
      "description": "View your financial health score and metrics",
      "url": "/?page=health",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Planning Dashboard",
      "short_name": "Plan",
      "description": "View your financial planning tools and resources",
      "url": "/?page=strategy",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View your financial reports and insights",
      "url": "/?page=reports",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ledger",
      "short_name": "Ledger",
      "description": "View your transaction ledger",
      "url": "/?page=ledger",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reconcile",
      "short_name": "Reconcile",
      "description": "Reconcile your accounts and transactions",
      "url": "/?page=reconcile",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Retirement Dashboard",
      "short_name": "Retirement",
      "description": "View your retirement planning tools and resources",
      "url": "/?page=retirement",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
