{
  "id": "/?source=pwa",
  "name": "CourtBuzz - Your NBA Buzz",
  "short_name": "CourtBuzz",
  "description": "Your NBA Buzz - Pick teams & players, get personalized scores, clips & news.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0a0c14",
  "theme_color": "#0a0c14",
  "categories": ["sports", "entertainment", "news"],
  "lang": "he",
  "dir": "rtl",
  "prefer_related_applications": false,
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Personalized home with playoff banner"
    },
    {
      "src": "/screenshots/playoff-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Playoff bracket with favorites highlighted"
    }
  ],
  "shortcuts": [
    {
      "name": "Playoffs",
      "short_name": "Playoffs",
      "description": "Playoff bracket, series & leaders",
      "url": "/?tab=playoff",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Teams",
      "short_name": "Teams",
      "description": "Your favorite teams at a glance",
      "url": "/?tab=home",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Highlights",
      "short_name": "Clips",
      "description": "Latest NBA highlights",
      "url": "/?tab=clips",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "News",
      "short_name": "News",
      "description": "Personalized NBA news",
      "url": "/?tab=news",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
