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

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

Issue 900053003: Refactor of manifest files to be more consistent and organized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only formatting and re-grouping, no re-ordering. Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "indicator": "\u5009",
20 "description": "Cangjie", 20 "description": "Cangjie",
21 "language": ["zh-TW", "zh"], 21 "language": [
22 "layouts": ["us"] 22 "zh-TW",
23 "zh"
24 ],
25 "layouts": [
26 "us"
27 ]
23 } 28 }
24 ], 29 ],
25 "manifest_version": 2 30 "manifest_version": 2
26 } 31 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698