diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/api/extension_api.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json index 6ce75e9..53dd613 100644 --- a/chrome/common/extensions/api/extension_api.json +++ b/chrome/common/extensions/api/extension_api.json @@ -3407,10 +3407,16 @@ }, "selectionStart": { "description": "Position in the text that the selection starts at.", + "optional": true, "type": "integer" }, "selectionEnd": { "description": "Position in the text that the selection ends at.", + "optional": true, + "type": "integer" + }, + "cursor": { + "description": "Position in the text of the cursor.", "type": "integer" }, "segments": { |