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