{
  "name": "Unitafy — Free Unit Converter",
  "short_name": "Unitafy",
  "description": "Convert any unit instantly — 51 categories, 213+ units, live currency rates. Free, no ads, no signup.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1A3A2A",
  "theme_color": "#1A3A2A",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": [
    "utilities",
    "productivity"
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Length Converter",
      "url": "/length-converter/",
      "description": "Convert cm, meters, feet, inches, miles"
    },
    {
      "name": "Weight Converter",
      "url": "/weight-converter/",
      "description": "Convert kg, lbs, grams, ounces"
    },
    {
      "name": "Currency Converter",
      "url": "/currency-converter/",
      "description": "Live exchange rates for 50 currencies"
    },
    {
      "name": "Temperature Converter",
      "url": "/temperature-converter/",
      "description": "Convert Celsius, Fahrenheit, Kelvin"
    }
  ]
}