summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/input_method/hangul_manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/input_method/hangul_manifest.json')
-rw-r--r--chromium/chrome/browser/resources/chromeos/input_method/hangul_manifest.json98
1 files changed, 0 insertions, 98 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/input_method/hangul_manifest.json b/chromium/chrome/browser/resources/chromeos/input_method/hangul_manifest.json
deleted file mode 100644
index f6216def4c5..00000000000
--- a/chromium/chrome/browser/resources/chromeos/input_method/hangul_manifest.json
+++ /dev/null
@@ -1,98 +0,0 @@
-{
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcH+iGhcthZAC7BdquejweZ0ww0UFcKGrzou8qTBSOZcyql2groTUcpTEciMD2O0g2rc/DiS3T3r9TNvtDS9u8paaZKiT0xZC7IT9GB9cVDVNgdJpob9oUYTol/NFOdnqOyFDlNlH6SH+Z3BhOevtaKUARVK8OWrcoEhMaJEuWdwIDAQAB",
- "name": "Chrome OS Hangul IME",
- "version": "1.0.0.0",
- "description": "Korean input method on Chrome OS",
- "permissions": [
- "accessibilityFeatures.read",
- "input",
- "inputMethodPrivate",
- "metricsPrivate",
- "unlimitedStorage",
- "virtualKeyboardPrivate"
- ],
- "manifest_version": 2,
- "minimum_chrome_version": "22",
- "default_locale": "en",
- "background": {
- "page": "backgroundpage.html"
- },
- "ime_path": "/usr/share/chromeos-assets/input_methods/hangul",
- "input_components": [
- {
- "name": "__MSG_inputmethod_Hangul_2_Set__",
- "type": "ime",
- "id": "hangul_2set",
- "indicator": "\ud55c",
- "description": "",
- "language": "ko",
- "layouts": [
- "us"
- ],
- "input_view": "inputview.html#id=m17n:ko_2set&language=ko&passwordLayout=us&name=Hangul_2_Set&isFakeEventUsed=true"
- },
- {
- "name": "__MSG_inputmethod_Hangul_3_Set_390__",
- "type": "ime",
- "id": "hangul_3set390",
- "indicator": "\ud55c",
- "description": "",
- "language": "ko",
- "layouts": [
- "us"
- ],
- "input_view": "inputview.html#id=us&language=ko&passwordLayout=us&name=Hangul_3_Set_390&isFakeEventUsed=true"
- },
- {
- "name": "__MSG_inputmethod_Hangul_3_Set_Final__",
- "type": "ime",
- "id": "hangul_3setfinal",
- "indicator": "\ud55c",
- "description": "",
- "language": "ko",
- "layouts": [
- "us"
- ],
- "input_view": "inputview.html#id=us&language=ko&passwordLayout=us&name=Hangul_3_Set_Final&isFakeEventUsed=true"
- },
- {
- "name": "__MSG_inputmethod_Hangul_3_Set_No_Shift__",
- "type": "ime",
- "id": "hangul_3setnoshift",
- "indicator": "\ud55c",
- "description": "",
- "language": "ko",
- "layouts": [
- "us"
- ],
- "input_view": "inputview.html#id=us&language=ko&passwordLayout=us&name=Hangul_3_Set_No_Shift&isFakeEventUsed=true"
- },
- {
- "name": "__MSG_inputmethod_Hangul_Romaja__",
- "type": "ime",
- "id": "hangul_romaja",
- "indicator": "\ud55c",
- "description": "",
- "language": "ko",
- "layouts": [
- "us"
- ],
- "input_view": "inputview.html#id=us&language=ko&passwordLayout=us&name=Hangul_Romaja&isFakeEventUsed=true"
- },
- {
- "name": "__MSG_inputmethod_Hangul_Ahnmatae__",
- "type": "ime",
- "id": "hangul_ahnmatae",
- "indicator": "\ud55c",
- "description": "",
- "language": "ko",
- "layouts": [
- "us"
- ],
- "input_view": "inputview.html#id=us&language=ko&passwordLayout=us&name=Hangul_Ahnmatae&isFakeEventUsed=true"
- }
- ],
- "icons": {
- "128": "icon128.png"
- }
-}