{
  "name": "CUVETSMO Imaging",
  "short_name": "Imaging",
  "description": "Veterinary DICOM viewer with AI overlays — Norberg angle, VHS, image occlusion. By CUVETSMO Labs.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#5ACCE6",
  "background_color": "#08090F",
  "lang": "th",
  "dir": "ltr",
  "categories": ["education", "medical", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/share-receiver",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/dicom",
            "application/zip",
            "application/x-zip-compressed",
            ".dcm",
            ".dicom",
            ".zip"
          ]
        }
      ]
    }
  }
}
