{
  "short_name": "Eventick",
  "name": "Eventick — Event Ticketing & QR Verification",
  "description": "Enterprise event ticketing, QR verification, and attendee management platform.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#00f5a0",
  "background_color": "#050a10",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Scan Tickets",
      "short_name": "Scan",
      "description": "Open the gate staff QR scanner",
      "url": "/scan",
      "icons": [{ "src": "favicon.ico", "sizes": "any" }]
    },
    {
      "name": "My Tickets",
      "short_name": "Tickets",
      "description": "View my event passes",
      "url": "/attendee/tickets",
      "icons": [{ "src": "favicon.ico", "sizes": "any" }]
    }
  ]
}
