{
  "name": "Pickle Planner",
  "short_name": "Pickle-Planner",
  "description": "Court reservations made easy with a clean and modern user-friendly interface.",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "theme_color": "#00AB55",
  "background_color": "#1C222A",
  "icons": [
    {
      "src": "/favicon/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot2.jpg",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot2.jpg",
      "type": "image/jpg",
      "sizes": "720x540",
      "form_factor": "wide"
    }
  ]
}