{
  "name": "NavEaze Attendee",
  "short_name": "Attendee",
  "description": "QR code scanning and navigation for event attendees",
  "start_url": "/mobile/attendee",
  "display": "standalone",
  "background_color": "#3B82F6",
  "theme_color": "#3B82F6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "features": [
    "camera",
    "geolocation"
  ]
}