{
  "name": "MyTicket - Event & Ticket Management",
  "short_name": "MyTicket",
  "description": "Create and manage events with multiple ticket types",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#483d8b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/myticket_logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/myticket_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "business"],
  "shortcuts": [
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your ticket bookings",
      "url": "/my-bookings",
      "icons": [{ "src": "/myticket_logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Event",
      "short_name": "Create",
      "description": "Create a new event",
      "url": "/create",
      "icons": [{ "src": "/myticket_logo.png", "sizes": "192x192" }]
    }
  ]
}

