{
  "name": "QR Check-In PWA",
  "short_name": "QR CheckIn",
  "description": "QR Code Generator & Scanner Check-In System",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0b0f19",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
