{
  "name": "Ortho App",
  "short_name": "OrthoApp",
  "description": "Ambulance request App",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/images/icon-167x167.png",
      "sizes": "167x167",
      "type": "image/png"
    },
    {
      "src": "/images/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ]
}