{
  "name": "드라베 케어 · 환자 모니터링",
  "short_name": "드라베 케어",
  "description": "드라베 증후군 환자의 실행기능·발작·복약·병원 일정을 보호자가 기록하고 의료진이 장기적으로 모니터링하는 PWA입니다.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1d6ff2",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "오늘 기록하기",
      "short_name": "기록하기",
      "url": "/guardian/"
    },
    {
      "name": "담당 환자 목록",
      "short_name": "환자 목록",
      "url": "/hcp/"
    }
  ]
}
