{
  "name": "WON-UP — 원광대학교병원 안전 메신저",
  "short_name": "WON-UP",
  "description": "원광대학교병원 임직원용 안전 메신저. 채널 대화·긴급 에스컬레이션·조직도·presence. 의료정보는 외부를 거치지 않습니다.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "lang": "ko-KR",
  "dir": "ltr",
  "theme_color": "#0b5cad",
  "background_color": "#e9eef4",
  "categories": ["medical", "productivity", "business"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-monochrome.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "조직도 보기",
      "short_name": "조직도",
      "description": "부서·사용자 조직도와 presence를 엽니다.",
      "url": "/?action=org&source=pwa-shortcut",
      "icons": [{ "src": "icons/icon.svg", "type": "image/svg+xml", "sizes": "any" }]
    },
    {
      "name": "새 채널 만들기",
      "short_name": "새 채널",
      "description": "새 대화 채널을 생성합니다.",
      "url": "/?action=new-channel&source=pwa-shortcut",
      "icons": [{ "src": "icons/icon.svg", "type": "image/svg+xml", "sizes": "any" }]
    }
  ]
}
