{
  "name": "SportStream",
  "short_name": "SportStream",
  "description": "Live scoring and streaming for rec leagues and school teams",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "utilities"],
  "shortcuts": [
    {
      "name": "Find a Game",
      "url": "/find",
      "description": "Join a game by code"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Your teams and events"
    }
  ]
}
