{
  "name": "Book the Wicket",
  "short_name": "BookWicket",
  "description": "Manage your cricket ground bookings, teams and weekend matches.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#04121a",
  "theme_color": "#0ea5e9",
  "icons": [
    {
      "src": "assets/ground_image.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/ground_image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
