
"commands": {
"type": "object",
"description": "Use the commands API to add keyboard shortcuts that trigger actions in your extension, for example, an action to open the browser action or send a command to the extension.",
"patternProperties": {
".*": {
"$ref": "#/definitions/command"
},
"^_execute_browser_action$": {
"$ref": "#/definitions/command"
},
"^_execute_page_action$": {
"$ref": "#/definitions/command"
}
}
}