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

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

Issue 389913002: Moving IME manifests to chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: modified per comments. 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/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..4d2665e9a04a2127fba4638fbb6bab147288ba90
--- /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_methods/cangjie",
+ "input_components": [
+ {
+ "name": "__MSG_inputmethod_cangjie__",
+ "type": "ime",
+ "id": "zh-hant-t-i0-cangjie-1987",
+ "description": "Cangjie",
+ "language": ["zh-TW", "zh"],
+ "layouts": ["us"]
+ }
+ ],
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698