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

Side by Side Diff: chrome/browser/resources/chromeos/input_method/hangul_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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Chrome OS Hangul IME",
3 "version": "1.0.0.12",
4 "permissions": [
5 "input",
6 "unlimitedStorage"
7 ],
8 "manifest_version": 2,
9 "minimum_chrome_version": "22",
10 "description": "Korean input method on Chrome OS",
11 "default_locale": "en",
12 "background": {
13 "page": "backgroundpage.html"
14 },
15 "input_components": [{
16 "name": "__MSG_Hangul_2_Set__",
17 "type": "ime",
18 "id": "hangul_2set",
19 "description": "",
20 "language": "ko",
21 "layouts": ["us"]
22 }, {
23 "name": "__MSG_Hangul_3_Set_390__",
24 "type": "ime",
25 "id": "hangul_3set390",
26 "description": "",
27 "language": "ko",
28 "layouts": ["us"]
29 }, {
30 "name": "__MSG_Hangul_3_Set_Final__",
31 "type": "ime",
32 "id": "hangul_3setfinal",
33 "description": "",
34 "language": "ko",
35 "layouts": ["us"]
36 }, {
37 "name": "__MSG_Hangul_3_Set_No_Shift__",
38 "type": "ime",
39 "id": "hangul_3setnoshift",
40 "description": "",
41 "language": "ko",
42 "layouts": ["us"]
43 }, {
44 "name": "__MSG_Hangul_Romaja__",
45 "type": "ime",
46 "id": "hangul_romaja",
47 "description": "",
48 "language": "ko",
49 "layouts": ["us"]
50 }, {
51 "name": "__MSG_Hangul_Ahnmatae__",
52 "type": "ime",
53 "id": "hangul_ahnmatae",
54 "description": "",
55 "language": "ko",
56 "layouts": ["us"]
57 }],
58 "icons": {
59 "128": "icon128.png"
60 }
61 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698