{
  "name": "Personal Budget",
  "short_name": "Budget",
  "description": "Personal budget tracker — bills, ledger, debt payoff, investment planning. Works offline.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait-primary",
  "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" }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    { "name": "Bills",   "url": "/?tab=bills",   "description": "Bill dashboard" },
    { "name": "Ledger",  "url": "/?tab=ledger",  "description": "Expense ledger" },
    { "name": "Budget",  "url": "/?tab=budget",  "description": "Monthly budget" },
    { "name": "Savings", "url": "/?tab=savings", "description": "Savings goals"  }
  ]
}
