OLD | NEW |
1 { | 1 { |
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDSRMbBa14C/G45ow3CZvJlP7Nx3imrrj
59+gWo7NzNdbtkQcne9HjTcmh3ALIHWtcDZ6fBiENBir9746MsgwC0h9yVg9BsgJJelLd7NV3hb6VXcP
h9YFCKt6maLviENv1oApmMpY86wHifMiGr7WxR72T21V1RQQzetNTcQC3tvwIDAQAB", | 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDSRMbBa14C/G45ow3CZvJlP7Nx3imrrj
59+gWo7NzNdbtkQcne9HjTcmh3ALIHWtcDZ6fBiENBir9746MsgwC0h9yVg9BsgJJelLd7NV3hb6VXcP
h9YFCKt6maLviENv1oApmMpY86wHifMiGr7WxR72T21V1RQQzetNTcQC3tvwIDAQAB", |
3 "name": "Chromium OS IME (Pinyin)", | 3 "name": "Chromium OS IME (Pinyin)", |
4 "version": "1.0.0.0", | 4 "version": "1.0.0.0", |
5 "description": "Simplified Chinese Pinyin IME for Chromium OS.", | 5 "description": "Simplified Chinese Pinyin IME for Chromium OS.", |
6 "default_locale": "en", | 6 "default_locale": "en", |
7 "permissions": [ | 7 "permissions": [ |
8 "input", | 8 "input", |
9 "unlimitedStorage" | 9 "unlimitedStorage" |
10 ], | 10 ], |
11 "background": { | 11 "background": { |
12 "page": "backgroundpage.html" | 12 "page": "backgroundpage.html" |
13 }, | 13 }, |
14 "ime_path": "/usr/share/chromeos-assets/input_methods/pinyin", | 14 "ime_path": "/usr/share/chromeos-assets/input_methods/pinyin", |
15 "input_components": [ | 15 "input_components": [ |
16 { | 16 { |
17 "name": "__MSG_inputmethod_pinyin__", | 17 "name": "__MSG_inputmethod_pinyin__", |
18 "type": "ime", | 18 "type": "ime", |
19 "id": "zh-t-i0-pinyin", | 19 "id": "zh-t-i0-pinyin", |
| 20 "indicator": "\u62FC", |
20 "description": "Pinyin", | 21 "description": "Pinyin", |
21 "language": ["zh-CN", "zh"], | 22 "language": ["zh-CN", "zh"], |
22 "layouts": ["us"] | 23 "layouts": ["us"] |
23 } | 24 } |
24 ], | 25 ], |
25 "options_page": "option.html", | 26 "options_page": "option.html", |
26 "manifest_version": 2 | 27 "manifest_version": 2 |
27 } | 28 } |
OLD | NEW |