{
  "name": "ApniLab.pk - App..",
  "short_name": "ApniLab",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait", // "portrait" > keeps your app vertical on Android and tablets.
  "icons": [
    {
      "src": "/images/logo/apnilab_logo_192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable" // "any" means normal icon. "maskable" means it will be cropped cleanly into Android shapes (circle, square)
    },
    {
      "src": "/images/logo/apnilab_logo_512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable" // "any" means normal icon. "maskable" means it will be cropped cleanly into Android shapes (circle, square)
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "url": "/",
      "description": "Open the ApniLab Home",
      "icons": [
        {
          "src": "/images/icons/home.png",
          "sizes": "96x96"
        }
      ]
    },
    //{
    //  "name": "Dashboard",
    //  "short_name": "Dashboard",
    //  "url": "/Dashboard",
    //  "description": "Open the ApniLab Dashboard"
    //  //"icons": [{"src": "/images/icons/home.png","sizes": "96x96"}]
    //},
    {
      "name": "Patient Registration",
      "short_name": "Register",
      "url": "/Patients/Patient/Registration",
      "description": "Go to Patient Registration",
      "icons": [
        {
          "src": "/images/icons/registration.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
