{
  "name": "AppCafe Tools",
  "short_name": "Tools",
  "description": "Everyday calculators and converters — EMI, GST, BMI, interest, unit conversion and more.",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f0fdf4",
  "theme_color": "#059669",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "EMI Calculator",       "url": "/emi.html",               "description": "Calculate loan EMI" },
    { "name": "GST Calculator",        "url": "/gst.html",               "description": "Add or remove GST" },
    { "name": "BMI Calculator",        "url": "/bmi.html",               "description": "Check your BMI" },
    { "name": "Compound Interest",     "url": "/compound-interest.html", "description": "Calculate compound interest" }
  ],
  "categories": ["finance", "health", "utilities"]
}
