
| Property Name | Type | Description |
|---|---|---|
| keyword | string |
A String value
The keyward that will trigger your extension..
|
"omnibox": {
"type": "object",
"description": "The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox.",
"additionalProperties": false,
"properties": {
"keyword": {
"type": "string",
"description": "The keyward that will trigger your extension."
}
},
"required": [
"keyword"
]
}