{
  "short_name": "GSTTools",
  "name": "GSTTools.in - GST & Financial Calculator Suite",
  "description": "Free Indian GST calculators, income tax tools, payslip generator, invoice maker, and financial calculators.",
  "start_url": "/",
  "background_color": "#0f766e",
  "theme_color": "#0f766e",
  "display": "standalone",
  "orientation": "any",
  "categories": ["finance", "business", "utilities", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "192x192 512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "GST Calculator",
      "short_name": "GST Calc",
      "description": "Add & Remove GST instantly",
      "url": "/gst-calculator",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Income Tax Calculator",
      "short_name": "Income Tax",
      "description": "Compare New vs Old Tax Regime",
      "url": "/income-tax-calculator",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "GST Invoice Generator",
      "short_name": "Invoice Maker",
      "description": "Create free PDF tax invoices",
      "url": "/gst-invoice-generator",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    }
  ]
}
