| Index: chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
|
| diff --git a/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json b/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ea863ad70496da7eca6f8a1e7a49bd03dd5364db
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/input_method/cangjie_manifest.json
|
| @@ -0,0 +1,25 @@
|
| +{
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEIgqcph7Si8b8iQL1Bfg0L2uXeez55ctSYwZRWBpYu7pBDOxyQvcUotQiUkVrJJRZMp0/0H7ekaGSSkiHMaeOJGQmg3eTmYwJFyyNffEdQTn+41zQBEbfK0Kr1NpGLYDniX8ZI5vzsqSwBdpau9PAow3Njb6afN6v6GmJPoAdEQIDAQAB",
|
| + "name": "Chromium OS IME (Cangjie)",
|
| + "version": "1.0.0.0",
|
| + "description": "Traditional Chinese Cangjie IME for Chromium OS.",
|
| + "default_locale": "en",
|
| + "permissions": [
|
| + "input"
|
| + ],
|
| + "background": {
|
| + "page": "backgroundpage.html"
|
| + },
|
| + "ime_path": "/usr/share/chromeos-assets/input_method/cangjie",
|
| + "input_components": [
|
| + {
|
| + "name": "__MSG_cangjie_inputmethod__",
|
| + "type": "ime",
|
| + "id": "zh-hant-t-i0-cangjie-1987",
|
| + "description": "Cangjie",
|
| + "language": ["zh-TW", "zh"],
|
| + "layouts": ["us"]
|
| + }
|
| + ],
|
| + "manifest_version": 2
|
| +}
|
|
|