{
  "name": "LEAGUE HUB · Esports League Hosting",
  "short_name": "LEAGUE HUB",
  "description": "Neon-themed esports matchmaking, league hosting, and team management.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#111113",
  "theme_color": "#111113",
  "categories": ["games", "social", "sports"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today / Dashboard",
      "short_name": "Today",
      "url": "/dashboard?source=pwa-shortcut",
      "description": "Your TODAY tab and live match feed",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Find a league",
      "short_name": "Leagues",
      "url": "/leagues?source=pwa-shortcut",
      "description": "Discover and join leagues",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Teams",
      "short_name": "Teams",
      "url": "/hqs?source=pwa-shortcut",
      "description": "Browse and recruit teams",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "prefer_related_applications": false
}
