{
  "name": "Websums — Calculators for everyday life",
  "short_name": "Websums",
  "description": "Free, fast, ad-supported calculators for personal finance and small business: mortgage, stamp duty, FIRE, salary, side hustle and more.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "lang": "en",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mortgage Calculator",
      "url": "/mortgage.html",
      "description": "Estimate monthly payments and total interest"
    },
    {
      "name": "Stamp Duty (UK)",
      "url": "/stamp-duty.html",
      "description": "Calculate UK SDLT on a property purchase"
    },
    {
      "name": "FIRE Calculator",
      "url": "/fire.html",
      "description": "When can you retire early?"
    },
    {
      "name": "My Sums",
      "url": "/dashboard.html",
      "description": "Your saved calculations"
    }
  ]
}
