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

Side by Side Diff: chrome/browser/resources/chromeos/input_method/zhuyin_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 | « chrome/browser/resources/chromeos/input_method/xkb_manifest.json ('k') | no next file » | 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": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC/5U4avuxjO6MQcDI9PYsgdSm59Q7lhl BaNxCw8LLhx48HJdOph5hwin5MZ56PMckqrLkisyTFu6r9WDErZNWyZQtUUXgwAlFg48aH+G/K49gRSw /0HKrs5iY2zoTFpLIO1+ru4rzJOkuk2Z4VPp/m/ZVgjmNT++35zkZn2qZEOQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC/5U4avuxjO6MQcDI9PYsgdSm59Q7lhl BaNxCw8LLhx48HJdOph5hwin5MZ56PMckqrLkisyTFu6r9WDErZNWyZQtUUXgwAlFg48aH+G/K49gRSw /0HKrs5iY2zoTFpLIO1+ru4rzJOkuk2Z4VPp/m/ZVgjmNT++35zkZn2qZEOQIDAQAB",
3 "name": "Chromium OS IME (Zhuyin)", 3 "name": "Chromium OS IME (Zhuyin)",
4 "version": "1.0.0.0", 4 "version": "1.0.0.0",
5 "description": "Traditional Chinese Zhuyin IME for Chromium OS.", 5 "description": "Traditional Chinese Zhuyin IME for Chromium OS.",
6 "default_locale": "en", 6 "default_locale": "en",
7 "permissions": [ 7 "permissions": [
8 "input", 8 "input",
9 "unlimitedStorage" 9 "unlimitedStorage"
10 ], 10 ],
11 "background": { 11 "background": {
12 "page": "backgroundpage.html" 12 "page": "backgroundpage.html"
13 }, 13 },
14 "ime_path": "/usr/share/chromeos-assets/input_methods/zhuyin", 14 "ime_path": "/usr/share/chromeos-assets/input_methods/zhuyin",
15 "input_components": [ 15 "input_components": [
16 { 16 {
17 "name": "__MSG_inputmethod_zhuyin__", 17 "name": "__MSG_inputmethod_zhuyin__",
18 "type": "ime", 18 "type": "ime",
19 "id": "zh-hant-t-i0-und", 19 "id": "zh-hant-t-i0-und",
20 "indicator": "\u9177", 20 "indicator": "\u9177",
21 "description": "Zhuyin", 21 "description": "Zhuyin",
22 "language": ["zh-TW", "zh"], 22 "language": [
23 "layouts": ["us"] 23 "zh-TW",
24 "zh"
25 ],
26 "layouts": [
27 "us"
28 ]
24 } 29 }
25 ], 30 ],
26 "options_page": "option.html", 31 "options_page": "option.html",
27 "manifest_version": 2 32 "manifest_version": 2
28 } 33 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/input_method/xkb_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698