{
  "id": "/sip-calculator/",
  "name": "SIP Calculator",
  "short_name": "SIP Calculator",
  "description": "Estimate the future value of your monthly SIP investments with an interactive calculator and growth chart.",
  "start_url": "index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F1EFE8",
  "theme_color": "#0F6E56",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
