Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / braille_ime / manifest.json
1 {
2   "name": "Braille IME",
3   "description": "Braille Input Method Extension.",
4   "version": "1.0",
5   "background": {
6     "scripts": [ "braille_ime.js", "main.js" ],
7     "persistent": true
8   },
9   // chrome-extension://jddehjeebkoimngcbdkaahpobgicbffp
10   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvDjqqYESDQe3OcI65JctUYLSlQ7RAd902VUw+RO/70fJ7SSkg8+2y+5paD6+g8f6wgFsgVsbTX2UM+tsmGKWR23bgSQxYhfZUZgP7qFdk72hGRUnKnXA+JOJ5maI4v+w18WPTWYOFJt2NOvat+GKKF0CAFQG+z2Ucn/sRZVfnrQIDAQAB",
11   "manifest_version": 2,
12   "permissions": [
13     "input"
14   ],
15   "ime_path": "chromeos/braille_ime",
16   "input_components": [
17     {
18       "name": "Braille Keyboard",
19       "type": "ime",
20       "id": "braille",
21       "indicator": "\u2803\u2817\u2807",  // Unicode of 'brl' in English (and many other) braille codes.
22       "language": ["None"],
23       "description": "Braille hardware keyboard"
24     }
25   ]
26 }