{
  "name": "QRVerse — Beautiful QR Code Generator",
  "short_name": "QRVerse",
  "description": "Create fully customizable QR codes in seconds. 24 types, custom colors, logos and frames. Export to PNG, SVG, WEBP and PDF. Free forever, no signup.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0B0B0F",
  "theme_color": "#0B0B0F",
  "categories": ["productivity", "utilities", "business"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create a QR code",
      "short_name": "Create",
      "url": "/?source=shortcut#generator"
    },
    {
      "name": "Scan a QR code",
      "short_name": "Scan",
      "url": "/?source=shortcut&action=scan"
    }
  ]
}
