{
  "name": "EVORAD Medical Viewer",
  "short_name": "EVORAD",
  "description": "Advanced DICOM medical image viewer with multi-grid support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/public/img/evorad.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/public/img/evoradmedium.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["medical", "health", "productivity"],
  "shortcuts": [
    {
      "name": "Open Viewer",
      "short_name": "Viewer",
      "description": "Open the medical image viewer",
      "url": "/",
      "icons": [
        {
          "src": "/public/img/evorad.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
