{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9fDu8apG3Dz72XTT3Ym1SfGt06tdowTlYQ+3lGlCbVpfnMOmewgRgYxzUtUPso9aQERZcmI2+7UtbWjtk6/usl9Hr7a1JBQwfaUoUygEe56ajUeZhe/ErkH5CXT84U0pokfPr5vMvc7RVPduU+UBiF0DnGb/hSpzz/1UhJ5H9AwIDAQAB",
"name": "experimental.inputMethod IME menu test",
"version": "0.1",
"manifest_version": 2,
"description": "Test that the IME extension gets the initial state and state change event of the IME menu properly",
"background": {
"scripts": ["background.js"]
},
"permissions": [
"input",
"inputMethodPrivate"
],
"input_components": [{
"name": "Test IME",
"id": "test",
"language": "en",
"layouts": ["us::eng"]
}, {
"name": "Test IME2",
"id": "test2",
"language": "en",
"layouts": ["us::eng"]
}]
}