{
  "name": "SASTRO PACS",
  "short_name": "SASTRO",
  "description": "SASTRO PACS - Picture Archiving and Communication System untuk manajemen gambar medis",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a1628",
  "theme_color": "#00a8cc",
  "orientation": "any",
  "id": "sastro-pacs",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Worklist",
      "short_name": "Worklist",
      "description": "Buka daftar studi yang perlu dikerjakan",
      "url": "/#worklist",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Upload DICOM",
      "short_name": "Upload",
      "description": "Upload file DICOM baru",
      "url": "/#upload",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Laporan",
      "short_name": "Reports",
      "description": "Lihat dan buat laporan radiologi",
      "url": "/#reports",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pasien",
      "short_name": "Patients",
      "description": "Cari dan lihat data pasien",
      "url": "/#patients",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": [
    "medical",
    "health",
    "productivity",
    "utilities"
  ],
  "lang": "id",
  "dir": "ltr",
  "prefer_related_applications": false,
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "screenshots": [
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SASTRO PACS - Dashboard"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SASTRO PACS - Dashboard Desktop"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+dicom",
      "url": "/viewer?study=%s"
    }
  ],
  "share_target": {
    "action": "/upload",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "dicom",
          "accept": [
            "application/dicom",
            ".dcm",
            ".dicom"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/viewer",
      "accept": {
        "application/dicom": [".dcm", ".dicom"]
      }
    }
  ]
}
