{
  "name": "CheckInHub",
  "short_name": "CheckInHub",
  "description": "Professional event check-in and attendee management.",
  "lang": "en-GB",
  "dir": "ltr",
  "scope": "/",
  "start_url": "/?source=pwa",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#071521",
  "theme_color": "#071521",
  "icons": [
    { "src": "/favicon.svg",                    "type": "image/svg+xml", "sizes": "any",     "purpose": "any" },
    { "src": "/web-app-manifest-192x192.png",   "type": "image/png",     "sizes": "192x192", "purpose": "any maskable" },
    { "src": "/web-app-manifest-512x512.png",   "type": "image/png",     "sizes": "512x512", "purpose": "any maskable" },
    { "src": "/apple-touch-icon.png",           "type": "image/png",     "sizes": "180x180", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Open check-in",
      "short_name": "Check-in",
      "description": "Jump straight to the active event scanner",
      "url": "/scan-qr?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Add event",
      "short_name": "New event",
      "description": "Create a new event from anywhere",
      "url": "/events/new?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "categories": ["productivity", "business", "events"],
  "prefer_related_applications": false
}
