{
  "id": "/organizer",
  "name": "TicVento for Organizers",
  "short_name": "EG Organizer",
  "description": "Manage and publish your events on TicVento — check in attendees, track revenue, and more.",
  "start_url": "/organizer",
  "scope": "/organizer",
  "display": "standalone",
  "background_color": "#F8F9FA",
  "theme_color": "#6C5CE7",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Event",
      "short_name": "New Event",
      "description": "Create a new event",
      "url": "/organizer/events/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Check-in Scanner",
      "short_name": "Check-in",
      "description": "Scan attendee tickets at the gate",
      "url": "/organizer/checkin",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Events",
      "short_name": "Events",
      "description": "View all your events",
      "url": "/organizer/events",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}
