{
  "name": "Patwari Calculator",
  "short_name": "Patwari Calc",
  "description": "Free Pakistan land measurement and revenue calculators. Convert Kanal, Marla, Square Feet. Calculate inheritance, property tax, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F4D32",
  "theme_color": "#0F4D32",
  "orientation": "portrait-primary",
  "lang": "en-PK",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Area Converter",
      "url": "/area-converter",
      "description": "Convert between Kanal, Marla, Acre, and more"
    },
    {
      "name": "Inheritance Calculator",
      "url": "/inheritance-calculator",
      "description": "Calculate Islamic inheritance shares (Hanafi faraid)"
    },
    {
      "name": "Property Tax Calculator",
      "url": "/property-tax-calculator",
      "description": "Estimate stamp duty, FBR 236K/236C, and transfer costs"
    },
    {
      "name": "Land Measurement on Map",
      "url": "/land-measurement",
      "description": "Draw boundaries on satellite map and get area"
    }
  ]
}