{
  "name": "Medixium Clinical Workspace",
  "short_name": "Medixium",
  "description": "Governed clinical encounter workspace for capture, review, rounds, and EHR handoff.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f7f8f8",
  "theme_color": "#0f766e",
  "categories": ["medical", "productivity"],
  "icons": [
    {
      "src": "/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Encounter Inbox",
      "short_name": "Inbox",
      "description": "Open clinician rounds and encounter queue.",
      "url": "/encounters",
      "icons": [
        {
          "src": "/pwa-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Document Workbench",
      "short_name": "Workbench",
      "description": "Open administrative and review work queues.",
      "url": "/workbench",
      "icons": [
        {
          "src": "/pwa-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
