{
  "name": "Smart Hospital",
  "short_name": "Hospital",
  "id": "./index.php",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#424242",
  "description": "Smart Hospital Management System",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "backend/images/checking-attendance.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "backend/images/checking-attendance.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
