{
  "name": "Game Pass Manager",
  "short_name": "Game Pass",
  "description": "Gaming center pass management, events, teams, and leaderboards",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Events",
      "url": "/events",
      "description": "View upcoming events"
    },
    {
      "name": "My Account",
      "url": "/my-account",
      "description": "View your passes and registrations"
    },
    {
      "name": "Chat",
      "url": "/chat",
      "description": "Open team chat"
    }
  ],
  "categories": ["sports", "entertainment", "lifestyle"]
}
