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..76583bc1d500d47b5b342a3e5edeaeb337abe63b |
--- /dev/null |
+++ b/chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json |
@@ -0,0 +1,26 @@ |
+{ |
+ "name": "Chrome OS IME (Zhuyin)", |
+ "version": "1.0.0.0", |
+ "default_locale": "en", |
+ "permissions": [ |
+ "http://*/", |
+ "https://*/", |
+ "input", |
+ "unlimitedStorage" |
+ ], |
+ "background": { |
+ "page": "backgroundpage.html" |
+ }, |
+ "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 |
+} |