{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://mooncat/sdk/browser.waitForDownload.schema.json",
  "title": "browser.waitForDownload",
  "description": "轮询等下载完成 (基于 chrome.downloads 原生状态)。\n返回 { download, reason }: reason=complete 成功, timeout 超时。",
  "type": "object",
  "properties": {
    "options": {
      "type": null
    }
  },
  "required": [
    "options"
  ]
}
