{
  "name": "Evntle - Gate Check-in",
  "short_name": "Gate Check-in",
  "description": "Mobile-optimized vendor check-in for gate staff. Scan QR codes and mark vendors as arrived.",
  "start_url": "/m",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#e11d48",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Gate Check-in",
      "short_name": "Check-in",
      "description": "Scan QR codes and check in vendors at the gate",
      "url": "/m",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}
