{
  "name": "CourtVision — NBA Analytics",
  "short_name": "CourtVision",
  "description": "NBA stats, analytics & basketball intelligence",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fafafa",
  "theme_color": "#ea580c",
  "orientation": "any",
  "scope": "/",
  "prefer_related_applications": false,
  "categories": ["sports", "news"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Scores",
      "url": "/scores",
      "icons": [{ "src": "/apple-touch-icon.png", "sizes": "180x180" }]
    },
    {
      "name": "Teams",
      "url": "/teams",
      "icons": [{ "src": "/apple-touch-icon.png", "sizes": "180x180" }]
    },
    {
      "name": "Players",
      "url": "/players",
      "icons": [{ "src": "/apple-touch-icon.png", "sizes": "180x180" }]
    }
  ]
}
