{
  "name": "EventFlow — by LazSpace AI Labs",
  "short_name": "EventFlow",
  "description": "End-to-end event management platform by LazSpace AI Labs",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#0d9488",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business", "utilities"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Go to the event dashboard"
    },
    {
      "name": "My Events",
      "short_name": "Events",
      "url": "/dashboard/events",
      "description": "View all events"
    },
    {
      "name": "Check-in Scanner",
      "short_name": "Check-in",
      "url": "/checkin",
      "description": "QR code check-in scanner"
    }
  ]
}
