blob: 4acf505252226ed81ad91299361f5e2c770bc3ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9fDu8apG3Dz72XTT3Ym1SfGt06tdowTlYQ+3lGlCbVpfnMOmewgRgYxzUtUPso9aQERZcmI2+7UtbWjtk6/usl9Hr7a1JBQwfaUoUygEe56ajUeZhe/ErkH5CXT84U0pokfPr5vMvc7RVPduU+UBiF0DnGb/hSpzz/1UhJ5H9AwIDAQAB",
"name": "experimental.input.ime test",
"version": "0.1",
"manifest_version": 2,
"description": "Input method ime tests.",
"background_page": "background.html",
"permissions": [ "ime", "experimental" ],
"input_components": [{
"name": "Test IME",
"type": "ime",
"id": "test",
"description": "Test", // A user visible description
"language": "en", // The primary language this IME is used for
"layouts": ["us::eng"]
}]
}
|