{
  "name": "DocTrackAI",
  "short_name": "DocTrackAI",
  "id": "./",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#03173d",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "img/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "img/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },    
    {
      "src": "img/favicon-32x32.png",
      "type": "image/png",
      "sizes": "32x32"
    },
    {
      "src": "img/favicon-16x16.png",
      "type": "image/png",
      "sizes": "16x16"
    }

  ]
}