Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2581)

Unified Diff: chrome/browser/resources/chromeos/input_method/pinyin_manifest.json

Issue 389913002: Moving IME manifests to chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
diff --git a/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json b/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..ea5ee4b39aea5751f0d483c8fb8bfbdf48906e56
--- /dev/null
+++ b/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json
@@ -0,0 +1,27 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDSRMbBa14C/G45ow3CZvJlP7Nx3imrrj59+gWo7NzNdbtkQcne9HjTcmh3ALIHWtcDZ6fBiENBir9746MsgwC0h9yVg9BsgJJelLd7NV3hb6VXcPh9YFCKt6maLviENv1oApmMpY86wHifMiGr7WxR72T21V1RQQzetNTcQC3tvwIDAQAB",
+ "name": "Chromium OS IME (Pinyin)",
+ "version": "1.0.0.0",
+ "description": "Simplified Chinese Pinyin IME for Chromium OS.",
+ "default_locale": "en",
+ "permissions": [
+ "input",
+ "unlimitedStorage"
+ ],
+ "background": {
+ "page": "backgroundpage.html"
+ },
+ "ime_path": "/usr/share/chromeos-assets/input_method/pinyin",
+ "input_components": [
+ {
+ "name": "__MSG_pinyin_inputmethod__",
+ "type": "ime",
+ "id": "zh-t-i0-pinyin",
+ "description": "Pinyin",
+ "language": ["zh-CN", "zh"],
+ "layouts": ["us"]
+ }
+ ],
+ "options_page": "option.html",
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698