{
  "name": "UnitSwitch — Unit Converter App",
  "short_name": "UnitSwitch",
  "description": "Convert units instantly: length, weight, temperature, volume, and 100+ more converters. Works offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7faff",
  "theme_color": "#2e63ff",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%232e63ff' width='192' height='192'/><text x='96' y='144' font-size='120' fill='%23fff' text-anchor='middle' font-weight='bold'>⚡</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%232e63ff' width='512' height='512'/><text x='256' y='384' font-size='320' fill='%23fff' text-anchor='middle' font-weight='bold'>⚡</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f7faff' width='540' height='720'/><rect fill='%232e63ff' y='0' width='540' height='120'/><text x='270' y='75' font-size='36' fill='%23fff' text-anchor='middle' font-weight='bold'>UnitSwitch</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Length Converter",
      "short_name": "Length",
      "description": "Convert between cm, inches, feet, miles and more",
      "url": "unit-converter.html?cat=length",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='72' font-size='60' text-anchor='middle'>📏</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Weight Converter",
      "short_name": "Weight",
      "description": "Convert between kg, lbs, ounces, stone and more",
      "url": "unit-converter.html?cat=weight",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='72' font-size='60' text-anchor='middle'>⚖️</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Cooking Converter",
      "short_name": "Cooking",
      "description": "Convert cups, tablespoons, teaspoons to grams",
      "url": "cooking.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='72' font-size='60' text-anchor='middle'>🍳</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
