{
  "name": "SportsLive20 - IPL Live Scores",
  "short_name": "SportsLive20",
  "description": "Real-time IPL cricket live scores, match updates, detailed stats, schedules, and fan interactions.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050505",
  "theme_color": "#004ba0",
  "categories": ["sports", "entertainment"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Scores",
      "url": "/matches",
      "description": "View live and upcoming cricket match scores"
    },
    {
      "name": "Teams",
      "url": "/teams",
      "description": "View IPL Franchises and player details"
    }
  ]
}
