OLD | NEW |
(Empty) | |
| 1 { |
| 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEIgqcph7Si8b8iQL1Bfg0L2uXeez55c
tSYwZRWBpYu7pBDOxyQvcUotQiUkVrJJRZMp0/0H7ekaGSSkiHMaeOJGQmg3eTmYwJFyyNffEdQTn+41
zQBEbfK0Kr1NpGLYDniX8ZI5vzsqSwBdpau9PAow3Njb6afN6v6GmJPoAdEQIDAQAB", |
| 3 "name": "Chromium OS IME (Cangjie)", |
| 4 "version": "1.0.0.0", |
| 5 "description": "Traditional Chinese Cangjie IME for Chromium OS.", |
| 6 "default_locale": "en", |
| 7 "permissions": [ |
| 8 "input" |
| 9 ], |
| 10 "background": { |
| 11 "page": "backgroundpage.html" |
| 12 }, |
| 13 "ime_path": "/usr/share/chromeos-assets/input_methods/cangjie", |
| 14 "input_components": [ |
| 15 { |
| 16 "name": "__MSG_cangjie_inputmethod__", |
| 17 "type": "ime", |
| 18 "id": "zh-hant-t-i0-cangjie-1987", |
| 19 "description": "Cangjie", |
| 20 "language": ["zh-TW", "zh"], |
| 21 "layouts": ["us"] |
| 22 } |
| 23 ], |
| 24 "manifest_version": 2 |
| 25 } |
OLD | NEW |