{
  "id": "./",
  "name": "EVORAD Medical Viewer",
  "short_name": "EVORAD",
  "description": "Advanced DICOM medical image viewer with multi-grid support",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#1c1c1e",
  "theme_color": "#00C5A0",
  "orientation": "any",
  "scope": "./",
  "icons": [
    {
      "src": "public/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "public/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "public/img/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "EVORAD viewer with multi-grid layout on desktop"
    },
    {
      "src": "public/img/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "label": "EVORAD viewer on mobile"
    }
  ],
  "categories": ["medical", "health", "productivity"],
  "shortcuts": [
    {
      "name": "Open Viewer",
      "short_name": "Viewer",
      "description": "Open the medical image viewer",
      "url": "./",
      "icons": [
        {
          "src": "public/img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
