{
  "name": "GCX Visitor Pass",
  "short_name": "GCX Pass",
  "description": "Smart visitor check-in for GCX. Pre-register, scan, and self-check-in from your phone.",
  "start_url": "/checkin?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Check in",
      "short_name": "Check in",
      "url": "/checkin?source=pwa-shortcut",
      "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Check-in",
      "short_name": "AI",
      "url": "/ai-checkin?source=pwa-shortcut",
      "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
