{
  "name": "Sport God AI",
  "short_name": "SportGod AI",
  "description": "Live IPL 2026 scores, AI cricket predictions, and free fantasy cricket leagues.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0e0e0e",
  "theme_color": "#0e0e0e",
  "orientation": "portrait-primary",
  "categories": ["sports", "entertainment", "games"],
  "lang": "en-IN",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "IPL 2026 Live",
      "short_name": "IPL Live",
      "description": "IPL 2026 live scores and standings",
      "url": "/ipl",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Predictions",
      "short_name": "Predictions",
      "description": "Live AI win probability for every match",
      "url": "/predictions",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Play Free",
      "short_name": "Games",
      "description": "Free fantasy cricket and prediction leagues",
      "url": "/games",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sport God AI — Live IPL 2026 Scores"
    }
  ]
}
