{
  "name": "Bond Yield & Price Calculator",
  "short_name": "Bond Calc",
  "description": "Fixed-income bond valuation engine — XIRR/XNPV with NSDL live cash flow schedules. Works offline.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#060911",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr"
}
