{
  "name": "Home Loan EMI Calculator",
  "short_name": "EMI Calc",
  "description": "Calculate your home loan EMI with amortization schedule",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#e8f0fe",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%231e3a5f'/><text y='140' x='96' text-anchor='middle' font-size='120' font-family='Arial'>🏠</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%231e3a5f'/><text y='380' x='256' text-anchor='middle' font-size='320' font-family='Arial'>🏠</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}