{
  "name": "Cricket Team Maker",
  "short_name": "Team Maker",
  "description": "Create fair cricket teams instantly and perform a coin toss for local matches.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0072ff",
  "theme_color": "#0072ff",

  "icons": [
    {
      "src": "logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
