{
  "name": "HWPFlow Pro",
  "short_name": "HWPFlow",
  "description": "브라우저 안에서만 HWP/HWPX 문서를 열고 편집하는 워크벤치",
  "lang": "ko",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#f8fafc",
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/x-hwp": [".hwp"],
        "application/hwp+zip": [".hwpx"]
      }
    }
  ]
}
