summaryrefslogtreecommitdiffstats
path: root/browser/components/extensions/schemas/commands.json
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/extensions/schemas/commands.json')
-rw-r--r--browser/components/extensions/schemas/commands.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/browser/components/extensions/schemas/commands.json b/browser/components/extensions/schemas/commands.json
index 19e8e122f9..30942d0aab 100644
--- a/browser/components/extensions/schemas/commands.json
+++ b/browser/components/extensions/schemas/commands.json
@@ -104,6 +104,12 @@
{
"name": "command",
"type": "string"
+ },
+ {
+ "name": "tab",
+ "$ref": "tags.Tab",
+ "optional": true,
+ "description": "Details of the $(ref:tabs.Tab) where the command was activated."
}
]
},