{
  "name": "FinCalc Pro — Advanced Interest Calculator",
  "short_name": "FinCalc Pro",
  "description": "All-in-one financial calculator: Simple & Compound Interest, SIP, EMI, FD, RD with charts and offline support.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0ea5e9",
  "theme_color": "#0ea5e9",
  "lang": "en",
  "categories": ["finance", "productivity", "utilities"],
  "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"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    { "name": "SIP Calculator", "url": "./index.html#sip", "short_name": "SIP" },
    { "name": "EMI Calculator", "url": "./index.html#emi", "short_name": "EMI" },
    { "name": "FD Calculator",  "url": "./index.html#fd",  "short_name": "FD" }
  ]
}
