diff --git a/browser/components/extensions/schemas/context_menus.json b/browser/components/extensions/schemas/context_menus.json index 682639b4d7da..be908d4017f8 100644 --- a/browser/components/extensions/schemas/context_menus.json +++ b/browser/components/extensions/schemas/context_menus.json @@ -103,6 +103,14 @@ "type": "boolean", "optional": true, "description": "A flag indicating the state of a checkbox or radio item after it is clicked." + }, + "modifiers": { + "type": "array", + "items": { + "type": "string", + "enum": ["Shift", "Alt", "Command", "Ctrl", "MacCtrl"] + }, + "description": "An array of keyboard modifiers that were held while the menu item was clicked." } } }