﻿{
  "name": "CalcifyHub — Free Online Calculators",
  "short_name": "CalcifyHub",
  "description": "Free calculators for EMI, GST, BMI, SIP, Age, Percentage, and Tip. No sign-up required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0A5C44",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "utilities", "productivity"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "CalcifyHub Home Page"
    }
  ],
  "shortcuts": [
    {
      "name": "EMI Calculator",
      "short_name": "EMI",
      "description": "Calculate monthly loan repayments",
      "url": "/tool/emi",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "BMI Calculator",
      "short_name": "BMI",
      "description": "Check your Body Mass Index",
      "url": "/tool/bmi",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "SIP Calculator",
      "short_name": "SIP",
      "description": "Plan your SIP investments",
      "url": "/tool/sip",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

