{
  "name": "Kashif's Pro Calculator",
  "short_name": "Kashif Pro",
  "description": "Scientific Calculator with Integration, Derivation, and Finance tools. Works offline.",
  "start_url": "./index.html",
  "id": "kashif-pro-calc-v3",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1e293b",
  "theme_color": "#1e293b",
  "orientation": "portrait",
  "categories": [
    "productivity",
    "utilities",
    "education",
    "finance"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screen-sci.png",
      "sizes": "720x1447",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "screen-bmi.png",
      "sizes": "720x1460",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Scientific Mode",
      "short_name": "Scientific",
      "description": "Open Scientific Calculator directly",
      "url": "./index.html?mode=sci",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mortgage Calc",
      "short_name": "Mortgage",
      "description": "Calculate Home Loan",
      "url": "./mortgage-calculator.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "BMI Calculator",
      "short_name": "BMI",
      "description": "Calculate Body Mass Index",
      "url": "./bmi-calculator.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Freelancer Fee Calculator",
      "short_name": "Freelancer",
      "description": "Calculate Fiverr & Upwork earnings in PKR",
      "url": "/freelancer-calculator.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Carbon Calculator",
      "short_name": "Carbon",
      "description": "Pakistan Forest Carbon Calculator",
      "url": "./carbon/index.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}