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

Unified 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 side-by-side diff with in-line comments
Download patch
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..6d04a3dc18b62199afca6332cc1afec726a239c3
--- /dev/null
+++ b/chrome/browser/resources/chromeos/input_method/hangul_manifest.json
@@ -0,0 +1,61 @@
+{
+ "name": "Chrome OS Hangul IME",
+ "version": "1.0.0.12",
+ "permissions": [
+ "input",
+ "unlimitedStorage"
+ ],
+ "manifest_version": 2,
+ "minimum_chrome_version": "22",
+ "description": "Korean input method on Chrome OS",
+ "default_locale": "en",
+ "background": {
+ "page": "backgroundpage.html"
+ },
+ "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"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698