{
  "name": "TaxSavingLab",
  "short_name": "TaxSavingLab",
  "description": "Free tax calculator for Indian F&O, equity and commodity traders. Upload your broker P&L and get STCG, LTCG, F&O tax in seconds.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["finance", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TaxSavingLab desktop — full tax breakdown with refund calculation"
    },
    {
      "src": "/screenshots/screen-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TaxSavingLab mobile — upload P&L and see your tax in seconds"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload P&L",
      "short_name": "Upload",
      "description": "Upload your broker P&L file",
      "url": "/?step=0",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Advance Tax",
      "short_name": "Adv Tax",
      "description": "Calculate advance tax installments",
      "url": "/tools/advance-tax-estimator.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "LTCG Harvesting",
      "short_name": "Harvest",
      "description": "Check LTCG tax-free headroom",
      "url": "/tools/ltcg-harvesting.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
