{
  "name": "BizQRGen - Free QR Code Generator",
  "short_name": "BizQRGen",
  "description": "Generate QR codes for URLs, WiFi, emails, vCards. Customize colors, size, and error correction. Free online QR code maker with instant downloads.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#4f46e5",
  "background_color": "#ffffff",
  "lang": "en",
  "dir": "ltr",
  "id": "/bizqrgen",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/assets/icons/bizqrgen-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/bizqrgen-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/bizqrgen-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/bizqrgen-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate QR Code",
      "short_name": "QR Code",
      "description": "Create a new QR code",
      "url": "/?tab=generate&utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/assets/icons/bizqrgen-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "WiFi QR Code",
      "short_name": "WiFi",
      "description": "Generate WiFi QR code",
      "url": "/?tab=wifi&utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/assets/icons/bizqrgen-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "scope_extensions": [
    {
      "origin": "https://bizqrgen.com"
    }
  ]
}
