{
  "name": "CatchCric - Cricket Scoring App",
  "short_name": "CatchCric",
  "description": "Complete cricket scoring application with team management, player stats, and live broadcasting",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#238636",
  "orientation": "portrait-primary",
  "icons": [
  {
    "src": "icon-wb.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "any maskable"
  }
]
}