{
  "name": "Land Area Converter — AgriZameen",
  "short_name": "Land Converter",
  "description": "Convert Bigha, Biswa, Acre, Hectare, Sq.ft, Gaj and more instantly, with state & district variants and a plot area calculator. By AgriZameen.com",
  "start_url": "/converter/",
  "scope": "/converter/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#14342A",
  "theme_color": "#1B4332",
  "lang": "en-IN",
  "categories": [
    "utilities",
    "productivity",
    "finance"
  ],
  "icons": [
    {
      "src": "/converter/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/converter/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/converter/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/converter/",
  "shortcuts": [
    {
      "name": "Unit Converter",
      "short_name": "Unit",
      "description": "Bigha, hectare, acre, sq ft",
      "url": "./?tab=convert",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Area Calculator",
      "short_name": "Area",
      "description": "From the sides you measured",
      "url": "./?tab=area",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/narrow.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "screenshots/wide.png",
      "sizes": "1024x640",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "dir": "ltr"
}