{
  "name": "The Sports Room",
  "short_name": "The Sports Room",
  "description": "The Sports Room – Latest Sports News, Live Match Scores, Expert Tactical Analysis & Daily Sports Quiz.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#01140f",
  "theme_color": "#01140f",
  "categories": ["sports", "news", "entertainment", "games"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Sports Quiz",
      "short_name": "Quiz",
      "description": "Play today's daily sports knowledge quiz and rank on leaderboard",
      "url": "/?quiz=open&source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live Match Streams",
      "short_name": "Live Stream",
      "description": "Watch live sports matches, cricket, football, and highlights",
      "url": "/live-stream?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Cricket Central Hub",
      "short_name": "Cricket",
      "description": "Live cricket news, ball-by-ball updates, and PSL/IPL telemetry",
      "url": "/sport/cricket?source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Monthly Leaderboard",
      "short_name": "Leaderboard",
      "description": "Check monthly Top 5 fan rankings and scores",
      "url": "/?leaderboard=open&source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
