Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / input_method / mozc_manifest.json
blobdc29e902802c257c98b745a1ccdfdc8dcd6f7dd3
2   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCG2Ia88F4+jAbMHaNVVDO2a7bLmWjG9URAzLsByWAoH0lZVVsorcRGVTOhiCNFe7Wkxc9GIDVQy286VNPYwvKJ8sfAejOLEcMskMF9tL0W9D39S04Q9XY60rcjDzIUc7JI2KV/mY4Wx5lyrap54BhRBaNp6lYUuxoRBWgZbtm+hwIDAQAB",
3   "name": "Mozc IME extension",
4   "version": "2.0.0.0",
5   "description": "__MSG_appDesc__",
6   "permissions": [
7     "input",
8     "unlimitedStorage"
9   ],
10   "manifest_version": 2,
11   "minimum_chrome_version": "22",
12   "default_locale": "en",
13   "background": {
14     "page": "nacl_mozc.html"
15   },
16   "ime_path": "/usr/share/chromeos-assets/input_methods/nacl_mozc",
17   "input_components": [
18     {
19       "name": "__MSG_inputmethod_mozc_us__",
20       "type": "ime",
21       "id": "nacl_mozc_us",
22       "indicator": "\u3042",
23       "description": "Japanese input method.",
24       "language": "ja",
25       "layouts": [
26         "us"
27       ]
28     },
29     {
30       "name": "__MSG_inputmethod_mozc_jp__",
31       "type": "ime",
32       "id": "nacl_mozc_jp",
33       "indicator": "\u3042",
34       "description": "Japanese input method.",
35       "language": "ja",
36       "layouts": [
37         "jp"
38       ]
39     }
40   ],
41   "options_page": "options.html",
42   "icons": {
43     "128": "product_icon_32bpp-128.png"
44   }