JSON Schema Property 'commands'

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.

Diagram

Drilldown into /definitions/command Drilldown into /definitions/command Drilldown into /definitions/commandJSON Schema Diagram of /properties/commands

Value

Object

Properties

Name Pattern Type Description
.* object command
^_execute_browser_action$ object command
^_execute_page_action$ object command
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"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"
        }
    }
}
http://json.schemastore.org/chrome-manifest (114:6)

References

Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949