{
  "name": "Anvil — Financial Command Center",
  "short_name": "Anvil",
  "description": "Stop budgeting. Start forging. AI-powered analysis of your taxes, debt, cash flow, and portfolio — in the palm of your hand. Educational, not advice.",
  "start_url": "/spark",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0C0C0F",
  "theme_color": "#0C0C0F",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity"],
  "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Freedom Date",
      "short_name": "Spark",
      "description": "Your Freedom Clock — countdown to FIRE.",
      "url": "/spark",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Net Worth",
      "short_name": "Net Worth",
      "description": "Investable principal and trajectory.",
      "url": "/net-worth",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Plan",
      "short_name": "Plan",
      "description": "Multi-year wealth plan and what-if scenarios.",
      "url": "/plan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
