{
  "short_name": "IFCA",
  "name": "IFCA HIMS Application",
  "description": "IFCA - Hims Application",
  "theme_color": "#282cc7",
  "background_color": "#282cc7",
  "display": "standalone",
  "scope": "./",
  "start_url": "./index.html",
  "id": "./index.html",
  "icons": [
    {
      "src": "{BASE_URL}/assets/icon/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "{BASE_URL}/assets/icon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}