Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / input_ime / manifest.json
blob1382a2bb64fbcf1d6e09688d53ba56950153ac34
2   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9fDu8apG3Dz72XTT3Ym1SfGt06tdowTlYQ+3lGlCbVpfnMOmewgRgYxzUtUPso9aQERZcmI2+7UtbWjtk6/usl9Hr7a1JBQwfaUoUygEe56ajUeZhe/ErkH5CXT84U0pokfPr5vMvc7RVPduU+UBiF0DnGb/hSpzz/1UhJ5H9AwIDAQAB",
3   "name": "input.ime test",
4   "version": "0.1",
5   "manifest_version": 2,
6   "description": "Input method ime tests.",
7   "background": {
8     "scripts": ["background.js"]
9   },
10   "permissions": [ "input" ],
11   "input_components": [{
12     "name": "Test IME",
13     "type": "ime",
14     "id": "test",
15     "description": "Test",  // A user visible description
16     "language": "en",  // The primary language this IME is used for
17     "layouts": ["us::eng"]
18   }]