{
  "name": "WealthR — UK Financial Planning App",
  "short_name": "WealthR",
  "description": "Free UK financial planning app: net worth tracker, UK income tax calculator (2025/26), FIRE calculator, ISA & SIPP tracker, financial stress test. Privacy-first, no bank linking, built in Edinburgh.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#080810",
  "background_color": "#080810",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["finance", "productivity", "business", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "type": "image/png",
      "sizes": "32x32",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "UK Tax Calculator",
      "short_name": "Tax",
      "description": "Open the UK income tax calculator",
      "url": "/?tab=tax&source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Net Worth",
      "short_name": "Net Worth",
      "description": "Jump to your net worth dashboard",
      "url": "/?tab=networth&source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "FIRE Calculator",
      "short_name": "FIRE",
      "description": "Open the FIRE projection",
      "url": "/?tab=fire&source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Stress Test",
      "short_name": "Stress",
      "description": "Run the financial stress test",
      "url": "/?tab=stress&source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/dashboard-preview.png",
      "sizes": "2818x1536",
      "type": "image/png",
      "form_factor": "wide",
      "label": "WealthR dashboard — UK net worth, investments, debt, dividends and FIRE planning in one interface"
    },
    {
      "src": "/mobile-dashboard.png",
      "sizes": "900x1951",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "WealthR mobile dashboard — net worth, investments, debt and milestones on iPhone"
    }
  ],
  "launch_handler": {
    "client_mode": "auto"
  }
}