{
  "name": "Bookings App",
  "short_name": "Bookings App",
  "description": "Bookings App",
  "theme_color": "#323838",
  "background_color": "#323838",
  "display": "standalone",
  "scope": "/",
  "orientation": "any",
  "start_url": "/",
  "status_bar_color": "default",
  "icons": [
    {
      "src": "/static/images/favicon.png",
      "sizes": "180x180"
    }
  ],
  "splash_screens": [
    {
      "src": "/static/images/favicon.png",
      "media": "(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
    }
  ],
  "dir": "ltr",
  "lang": "en-US"
}
