{
  "name": "CricketSky - Live Cricket Scores",
  "short_name": "CricketSky",
  "description": "Live cricket scores, ICC rankings, match center, player stats and series updates.",
  "start_url": "/?utm_source=pwa&utm_medium=standalone",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0e3a5f",
  "theme_color": "#25B7D3",
  "lang": "en",
  "categories": ["sports", "news"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Scores",
      "short_name": "Live",
      "description": "View live cricket scores",
      "url": "/cricket/live-scores/",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "ICC Rankings",
      "short_name": "Rankings",
      "description": "ICC player and team rankings",
      "url": "/cricket/icc-rankings/",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Series",
      "short_name": "Series",
      "description": "Cricket series and tournaments",
      "url": "/cricket/cricket-series/",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
