{
  "name": "CourtFlow",
  "short_name": "CourtFlow",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f3f6f2",
  "theme_color": "#173f35",
  "icons": [
    {
      "src": "icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}