{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://mooncat/sdk/browser.newTab.schema.json",
  "title": "browser.newTab",
  "description": "新建标签页",
  "type": "object",
  "properties": {
    "options": {
      "type": null
    }
  },
  "required": [
    "options"
  ]
}
