{
  "short_name": "myPatientSpace",
  "name": "myPatientSpace - Healthcare Management Platform",
  "description": "Comprehensive healthcare management platform for patients, staff, and administrators",
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/login",
  "display": "standalone",
  "theme_color": "#007bff",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["healthcare", "medical", "productivity"],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-new"
  }
}