Index: chrome/browser/resources/chromeos/input_method/mozc_manifest.json |
diff --git a/chrome/browser/resources/chromeos/input_method/mozc_manifest.json b/chrome/browser/resources/chromeos/input_method/mozc_manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2f0467c80b43b9a32b8971c2a7b4698472d9f09f |
--- /dev/null |
+++ b/chrome/browser/resources/chromeos/input_method/mozc_manifest.json |
@@ -0,0 +1,34 @@ |
+{ |
+ "name": "Mozc IME extension", |
+ "version": "@MAJOR@.@MINOR@.@BUILD@.@REVISION@", |
nona
2014/07/14 06:03:48
Is this value is expected? Probably this is not a
Shu Chen
2014/07/14 08:53:44
Done.
|
+ "permissions": [ |
+ "input", |
+ "unlimitedStorage" |
+ ], |
+ "manifest_version": 2, |
+ "minimum_chrome_version": "22", |
+ "description": "__MSG_appDesc__", |
+ "default_locale": "en", |
+ "background": { |
+ "page": "nacl_mozc.html" |
+ }, |
+ "input_components": [{ |
+ "name": "__MSG_mozc_us_inputmethod__", |
+ "type": "ime", |
+ "id": "nacl_mozc_us", |
+ "description": "Japanese input method.", |
+ "language": "ja", |
+ "layouts": ["us"] |
+ },{ |
+ "name": "__MSG_mozc_jp_inputmethod__", |
+ "type": "ime", |
+ "id": "nacl_mozc_jp", |
+ "description": "Japanese input method.", |
+ "language": "ja", |
+ "layouts": ["jp"] |
+ }], |
+ "options_page": "options.html", |
+ "icons": { |
+ "128": "product_icon_32bpp-128.png" |
+ } |
+} |