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 "name": "__MSG_inputmethod_mozc_us__", |
19 "type": "ime", | 19 "type": "ime", |
20 "id": "nacl_mozc_us", | 20 "id": "nacl_mozc_us", |
| 21 "indicator": "\u3042", |
21 "description": "Japanese input method.", | 22 "description": "Japanese input method.", |
22 "language": "ja", | 23 "language": "ja", |
23 "layouts": ["us"] | 24 "layouts": ["us"] |
24 },{ | 25 },{ |
25 "name": "__MSG_inputmethod_mozc_jp__", | 26 "name": "__MSG_inputmethod_mozc_jp__", |
26 "type": "ime", | 27 "type": "ime", |
27 "id": "nacl_mozc_jp", | 28 "id": "nacl_mozc_jp", |
| 29 "indicator": "\u3042", |
28 "description": "Japanese input method.", | 30 "description": "Japanese input method.", |
29 "language": "ja", | 31 "language": "ja", |
30 "layouts": ["jp"] | 32 "layouts": ["jp"] |
31 }], | 33 }], |
32 "options_page": "options.html", | 34 "options_page": "options.html", |
33 "icons": { | 35 "icons": { |
34 "128": "product_icon_32bpp-128.png" | 36 "128": "product_icon_32bpp-128.png" |
35 } | 37 } |
36 } | 38 } |
OLD | NEW |