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

Side by Side Diff: chrome/browser/resources/chromeos/input_method/cangjie_manifest.json

Issue 608183002: Move all white-listed input method indicator text from InputMethodUtil to manifests of IME extensio… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised per comments. Created 6 years, 2 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEIgqcph7Si8b8iQL1Bfg0L2uXeez55c tSYwZRWBpYu7pBDOxyQvcUotQiUkVrJJRZMp0/0H7ekaGSSkiHMaeOJGQmg3eTmYwJFyyNffEdQTn+41 zQBEbfK0Kr1NpGLYDniX8ZI5vzsqSwBdpau9PAow3Njb6afN6v6GmJPoAdEQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEIgqcph7Si8b8iQL1Bfg0L2uXeez55c tSYwZRWBpYu7pBDOxyQvcUotQiUkVrJJRZMp0/0H7ekaGSSkiHMaeOJGQmg3eTmYwJFyyNffEdQTn+41 zQBEbfK0Kr1NpGLYDniX8ZI5vzsqSwBdpau9PAow3Njb6afN6v6GmJPoAdEQIDAQAB",
3 "name": "Chromium OS IME (Cangjie)", 3 "name": "Chromium OS IME (Cangjie)",
4 "version": "1.0.0.0", 4 "version": "1.0.0.0",
5 "description": "Traditional Chinese Cangjie IME for Chromium OS.", 5 "description": "Traditional Chinese Cangjie IME for Chromium OS.",
6 "default_locale": "en", 6 "default_locale": "en",
7 "permissions": [ 7 "permissions": [
8 "input" 8 "input"
9 ], 9 ],
10 "background": { 10 "background": {
11 "page": "backgroundpage.html" 11 "page": "backgroundpage.html"
12 }, 12 },
13 "ime_path": "/usr/share/chromeos-assets/input_methods/cangjie", 13 "ime_path": "/usr/share/chromeos-assets/input_methods/cangjie",
14 "input_components": [ 14 "input_components": [
15 { 15 {
16 "name": "__MSG_inputmethod_cangjie__", 16 "name": "__MSG_inputmethod_cangjie__",
17 "type": "ime", 17 "type": "ime",
18 "id": "zh-hant-t-i0-cangjie-1987", 18 "id": "zh-hant-t-i0-cangjie-1987",
19 "indicator": "\u5009",
19 "description": "Cangjie", 20 "description": "Cangjie",
20 "language": ["zh-TW", "zh"], 21 "language": ["zh-TW", "zh"],
21 "layouts": ["us"] 22 "layouts": ["us"]
22 } 23 }
23 ], 24 ],
24 "manifest_version": 2 25 "manifest_version": 2
25 } 26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698