{
  "name": "BanginEMR - AI-Native Electronic Medical Records",
  "short_name": "BanginEMR",
  "description": "AI-native Electronic Medical Records platform for healthcare providers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5b21b6",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["medical", "health", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Today's Appointments",
      "short_name": "Appointments",
      "description": "View today's appointment schedule",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Patient Search",
      "short_name": "Patients",
      "description": "Search for patients",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "DICOM Viewer",
      "short_name": "Viewer",
      "description": "Standalone DICOM image viewer for dual-monitor workflow",
      "url": "/viewer",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
