"input_components": {
"type": "array",
"description": "Allows your extension to handle keystrokes, set the composition, and manage the candidate window.",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"id": {
"type": "string"
},
"description": {
"type": "string"
},
"language": {
"type": "string"
},
"layouts": {
"type": "array"
}
},
"required": [
"name",
"type",
"id",
"description",
"language",
"layouts"
]
}
}http://json.schemastore.org/chrome-manifest (237:6)