{
  "name": "ClinicOnWeb App",
  "short_name": "ClinicOnWeb",
  "description": "Comprehensive clinic management application for appointments, patients, case sheets, billing and more.",
  "id": "/clinicapp/",
  "start_url": "./dashboard",
  "scope": "./",
  "display": "standalone",
  "background_color": "#222d32",
  "theme_color": "#3c8dbc",
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "img/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
