{
  "name": "CourtSide - Basketball GameChanger Platform",
  "short_name": "CourtSide",
  "description": "Live scorekeeping engine, Firestore real-time database synchronization, spatial shot charts, box scores, role-based controls, team scheduling, and AI scouting assistant.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdf8f8",
  "theme_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
