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

Side by Side Diff: chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json

Issue 738613003: Enables speech APIs to input method extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyRb75ZzKuseD4ZEposVSGTJQjdySVjV A0s2hgFYDJ3hRh5wATyWsLL7EYvbfi2K+hbYBvrxOQYot4eArQloShy4tdQTZovmTXIINIOzN3j/avFf rYSnJNV6C6gpGKglGVEw/lhf+6WdSnGoWjqXWQnnJltc2JtiAk51nkFJUWZwIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyRb75ZzKuseD4ZEposVSGTJQjdySVjV A0s2hgFYDJ3hRh5wATyWsLL7EYvbfi2K+hbYBvrxOQYot4eArQloShy4tdQTZovmTXIINIOzN3j/avFf rYSnJNV6C6gpGKglGVEw/lhf+6WdSnGoWjqXWQnnJltc2JtiAk51nkFJUWZwIDAQAB",
3 "name": "__MSG_chos_inputtool_title__", 3 "name": "__MSG_chos_inputtool_title__",
4 "version": "4.3.2.3", 4 "version": "4.3.2.3",
5 "description": "The Google Input Tools", 5 "description": "The Google Input Tools",
6 "default_locale": "en", 6 "default_locale": "en",
7 "incognito": "split", 7 "incognito": "split",
8 "permissions": [ 8 "permissions": [
9 "input", 9 "input",
10 "unlimitedStorage", 10 "unlimitedStorage",
11 "inputMethodPrivate", 11 "inputMethodPrivate",
12 "virtualKeyboardPrivate", 12 "virtualKeyboardPrivate",
13 "metricsPrivate", 13 "metricsPrivate",
14 "https://dl.google.com/", 14 "https://dl.google.com/",
15 "https://clients4.google.com/", 15 "https://clients4.google.com/",
16 "accessibilityFeatures.read" 16 "accessibilityFeatures.read",
17 "audioCapture"
17 ], 18 ],
18 "background": { 19 "background": {
19 "page": "background.html" 20 "page": "background.html"
20 }, 21 },
21 "ime_path": "/usr/share/chromeos-assets/input_methods/input_tools", 22 "ime_path": "/usr/share/chromeos-assets/input_methods/input_tools",
22 "input_components": [ 23 "input_components": [
23 { 24 {
24 "name": "__MSG_inputmethod_pinyin__", 25 "name": "__MSG_inputmethod_pinyin__",
25 "type": "ime", 26 "type": "ime",
26 "id": "zh-t-i0-pinyin", 27 "id": "zh-t-i0-pinyin",
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 "type": "ime", 601 "type": "ime",
601 "id": "vkd_ru_phone_yazhert", 602 "id": "vkd_ru_phone_yazhert",
602 "description": "", 603 "description": "",
603 "language": ["ru"], 604 "language": ["ru"],
604 "layouts": ["us"], 605 "layouts": ["us"],
605 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us&name=keyboard_russian_phonetic_yazhert" 606 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us&name=keyboard_russian_phonetic_yazhert"
606 } 607 }
607 ], 608 ],
608 "manifest_version": 2 609 "manifest_version": 2
609 } 610 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698