{
  "name": "MrStubs Events",
  "short_name": "MrStubs",
  "description": "Discover and attend local events with a cleaner ticket-buying experience",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "background_color": "#f7f4ee",
  "theme_color": "#7a4e2d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icons/icon-light-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-light-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-light-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-light-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["events", "entertainment", "lifestyle", "social"],
  "shortcuts": [
    {
      "name": "Browse Events",
      "short_name": "Events",
      "description": "View all upcoming local events",
      "url": "/",
      "icons": [
        {
          "src": "/images/icons/icon-light-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Tickets",
      "short_name": "Tickets",
      "description": "View your purchased tickets",
      "url": "/my-tickets",
      "icons": [
        {
          "src": "/images/icons/icon-light-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
