{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://mooncat/sdk/browser.getCookies.schema.json",
  "title": "browser.getCookies",
  "description": "Cookie 操作",
  "type": "object",
  "properties": {
    "filter": {
      "type": null
    }
  },
  "required": []
}
