| Index: chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
|
| diff --git a/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json b/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..373390039ad24e95ad8c89088a2411811c47a8eb
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json
|
| @@ -0,0 +1,27 @@
|
| +{
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC/5U4avuxjO6MQcDI9PYsgdSm59Q7lhlBaNxCw8LLhx48HJdOph5hwin5MZ56PMckqrLkisyTFu6r9WDErZNWyZQtUUXgwAlFg48aH+G/K49gRSw/0HKrs5iY2zoTFpLIO1+ru4rzJOkuk2Z4VPp/m/ZVgjmNT++35zkZn2qZEOQIDAQAB",
|
| + "name": "Chromium OS IME (Zhuyin)",
|
| + "version": "1.0.0.0",
|
| + "description": "Traditional Chinese Zhuyin IME for Chromium OS.",
|
| + "default_locale": "en",
|
| + "permissions": [
|
| + "input",
|
| + "unlimitedStorage"
|
| + ],
|
| + "background": {
|
| + "page": "backgroundpage.html"
|
| + },
|
| + "ime_path": "/usr/share/chromeos-assets/input_method/zhuyin",
|
| + "input_components": [
|
| + {
|
| + "name": "__MSG_zhuyin_inputmethod__",
|
| + "type": "ime",
|
| + "id": "zh-hant-t-i0-und",
|
| + "description": "Zhuyin",
|
| + "language": ["zh-TW", "zh"],
|
| + "layouts": ["us"]
|
| + }
|
| + ],
|
| + "options_page": "option.html",
|
| + "manifest_version": 2
|
| +}
|
|
|