{
  "name": "EventOS",
  "short_name": "EventOS",
  "description": "Event management platform — attendee, kiosk & exhibitor app",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8f9fc",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Kiosk Check-In",
      "short_name": "Kiosk",
      "url": "/kiosk",
      "description": "Open kiosk check-in mode"
    },
    {
      "name": "Attendee Portal",
      "short_name": "My Events",
      "url": "/attendee",
      "description": "View your events and network"
    },
    {
      "name": "Exhibitor Portal",
      "short_name": "Leads",
      "url": "/exhibitor",
      "description": "Capture and manage leads"
    }
  ]
}
