{
  "name": "GigPass",
  "short_name": "GigPass",
  "description": "Book live performances, scan tickets, and manage events.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#090710",
  "theme_color": "#6366ff",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GigPass Home"
    },
    {
      "src": "/icons/screenshot-2.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "GigPass Scanner"
    }
  ],
  "shortcuts": [
    {
      "name": "Ticket Scanner",
      "short_name": "Scanner",
      "description": "Open the ticket scanner",
      "url": "/scanner",
      "icons": [
        {
          "src": "/icons/scanner-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Tickets",
      "short_name": "Tickets",
      "description": "View your tickets",
      "url": "/tickets",
      "icons": [
        {
          "src": "/icons/tickets-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Browse Gigs",
      "short_name": "Gigs",
      "description": "Browse upcoming gigs",
      "url": "/gigs",
      "icons": [
        {
          "src": "/icons/gigs-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": ["entertainment", "shopping"],
  "prefer_related_applications": false,
  "related_applications": []
}
