{
  "name": "Clay's Sports Tracker",
  "short_name": "Sports Tracker",
  "description": "Track your favorite teams across NFL, NBA, NHL, MLB, and NCAAF with live scores, standings, and weather.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/clay-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "news", "lifestyle"],
  "shortcuts": [
    {
      "name": "Live Games",
      "short_name": "Live",
      "description": "View currently live games",
      "url": "/?filter=live",
      "icons": [{ "src": "/clay-logo.png", "sizes": "512x512" }]
    },
    {
      "name": "My Teams",
      "short_name": "Teams",
      "description": "View your tracked teams",
      "url": "/?view=teams",
      "icons": [{ "src": "/clay-logo.png", "sizes": "512x512" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
