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

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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcH+iGhcthZAC7BdquejweZ0ww0UFcKG rzou8qTBSOZcyql2groTUcpTEciMD2O0g2rc/DiS3T3r9TNvtDS9u8paaZKiT0xZC7IT9GB9cVDVNgdJ pob9oUYTol/NFOdnqOyFDlNlH6SH+Z3BhOevtaKUARVK8OWrcoEhMaJEuWdwIDAQAB",
3 "name": "Chrome OS Hangul IME",
4 "version": "1.0.0.0",
5 "description": "Korean input method on Chrome OS",
6 "permissions": [
7 "input",
8 "unlimitedStorage"
9 ],
10 "manifest_version": 2,
11 "minimum_chrome_version": "22",
12 "default_locale": "en",
13 "background": {
14 "page": "backgroundpage.html"
15 },
16 "ime_path": "/usr/share/chromeos-assets/input_methods/hangul",
17 "input_components": [{
18 "name": "__MSG_inputmethod_Hangul_2_Set__",
19 "type": "ime",
20 "id": "hangul_2set",
21 "description": "",
22 "language": "ko",
23 "layouts": ["us"]
24 }, {
25 "name": "__MSG_inputmethod_Hangul_3_Set_390__",
26 "type": "ime",
27 "id": "hangul_3set390",
28 "description": "",
29 "language": "ko",
30 "layouts": ["us"]
31 }, {
32 "name": "__MSG_inputmethod_Hangul_3_Set_Final__",
33 "type": "ime",
34 "id": "hangul_3setfinal",
35 "description": "",
36 "language": "ko",
37 "layouts": ["us"]
38 }, {
39 "name": "__MSG_inputmethod_Hangul_3_Set_No_Shift__",
40 "type": "ime",
41 "id": "hangul_3setnoshift",
42 "description": "",
43 "language": "ko",
44 "layouts": ["us"]
45 }, {
46 "name": "__MSG_inputmethod_Hangul_Romaja__",
47 "type": "ime",
48 "id": "hangul_romaja",
49 "description": "",
50 "language": "ko",
51 "layouts": ["us"]
52 }, {
53 "name": "__MSG_inputmethod_Hangul_Ahnmatae__",
54 "type": "ime",
55 "id": "hangul_ahnmatae",
56 "description": "",
57 "language": "ko",
58 "layouts": ["us"]
59 }],
60 "icons": {
61 "128": "icon128.png"
62 }
63 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698