{
  "name": "Surge — Personal Wealth",
  "short_name": "Surge",
  "description": "See everything. Pay less tax. Make smarter decisions.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1623",
  "theme_color": "#d4af37",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "View your net worth summary",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Assets",
      "short_name": "Assets",
      "description": "View your savings and investments",
      "url": "/assets",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tax",
      "short_name": "Tax",
      "description": "View your tax breakdown",
      "url": "/tax",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
