{
  "name": "Investment Valuator — Inflation-adjusted returns",
  "short_name": "Valuator",
  "description": "Free, privacy-first investment calculator. See real returns, find break-even, run Monte Carlo simulations, and compare schemes against FD / mutual funds / index funds.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#0a1628",
  "background_color": "#0a1628",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity", "education", "utilities"],
  "shortcuts": [
    {
      "name": "Open calculator",
      "short_name": "Calculator",
      "description": "Tweak your plan and see real returns live",
      "url": "/calculator",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Compare scenarios",
      "short_name": "Compare",
      "description": "Side-by-side comparison of your saved plans",
      "url": "/compare",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Saved scenarios",
      "short_name": "Scenarios",
      "description": "Manage saved plans on this device",
      "url": "/scenarios",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
