| Index: chrome/browser/resources/chromeos/input_method/hangul_manifest.json
|
| diff --git a/chrome/browser/resources/chromeos/input_method/hangul_manifest.json b/chrome/browser/resources/chromeos/input_method/hangul_manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e25855eee83026d5ed11a0d77424c021f4477fcb
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/input_method/hangul_manifest.json
|
| @@ -0,0 +1,63 @@
|
| +{
|
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcH+iGhcthZAC7BdquejweZ0ww0UFcKGrzou8qTBSOZcyql2groTUcpTEciMD2O0g2rc/DiS3T3r9TNvtDS9u8paaZKiT0xZC7IT9GB9cVDVNgdJpob9oUYTol/NFOdnqOyFDlNlH6SH+Z3BhOevtaKUARVK8OWrcoEhMaJEuWdwIDAQAB",
|
| + "name": "Chrome OS Hangul IME",
|
| + "version": "1.0.0.0",
|
| + "description": "Korean input method on Chrome OS",
|
| + "permissions": [
|
| + "input",
|
| + "unlimitedStorage"
|
| + ],
|
| + "manifest_version": 2,
|
| + "minimum_chrome_version": "22",
|
| + "default_locale": "en",
|
| + "background": {
|
| + "page": "backgroundpage.html"
|
| + },
|
| + "ime_path": "/usr/share/chromeos-assets/input_method/hangul",
|
| + "input_components": [{
|
| + "name": "__MSG_Hangul_2_Set__",
|
| + "type": "ime",
|
| + "id": "hangul_2set",
|
| + "description": "",
|
| + "language": "ko",
|
| + "layouts": ["us"]
|
| + }, {
|
| + "name": "__MSG_Hangul_3_Set_390__",
|
| + "type": "ime",
|
| + "id": "hangul_3set390",
|
| + "description": "",
|
| + "language": "ko",
|
| + "layouts": ["us"]
|
| + }, {
|
| + "name": "__MSG_Hangul_3_Set_Final__",
|
| + "type": "ime",
|
| + "id": "hangul_3setfinal",
|
| + "description": "",
|
| + "language": "ko",
|
| + "layouts": ["us"]
|
| + }, {
|
| + "name": "__MSG_Hangul_3_Set_No_Shift__",
|
| + "type": "ime",
|
| + "id": "hangul_3setnoshift",
|
| + "description": "",
|
| + "language": "ko",
|
| + "layouts": ["us"]
|
| + }, {
|
| + "name": "__MSG_Hangul_Romaja__",
|
| + "type": "ime",
|
| + "id": "hangul_romaja",
|
| + "description": "",
|
| + "language": "ko",
|
| + "layouts": ["us"]
|
| + }, {
|
| + "name": "__MSG_Hangul_Ahnmatae__",
|
| + "type": "ime",
|
| + "id": "hangul_ahnmatae",
|
| + "description": "",
|
| + "language": "ko",
|
| + "layouts": ["us"]
|
| + }],
|
| + "icons": {
|
| + "128": "icon128.png"
|
| + }
|
| +}
|
|
|