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

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

Issue 1502183003: Add system.display API for floating virtual keyboard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "accessibilityFeatures.read", 9 "accessibilityFeatures.read",
10 "app.window.alpha", 10 "app.window.alpha",
11 "app.window.alwaysOnTop", 11 "app.window.alwaysOnTop",
12 "app.window.ime", 12 "app.window.ime",
13 "audioCapture", 13 "audioCapture",
14 "https://clients4.google.com/", 14 "https://clients4.google.com/",
15 "https://dl.google.com/", 15 "https://dl.google.com/",
16 "https://www.googleapis.com/", 16 "https://www.googleapis.com/",
17 "input", 17 "input",
18 "inputMethodPrivate", 18 "inputMethodPrivate",
19 "metricsPrivate", 19 "metricsPrivate",
20 "system.display",
20 "tabs", 21 "tabs",
21 "tts", 22 "tts",
22 "unlimitedStorage", 23 "unlimitedStorage",
23 "virtualKeyboardPrivate" 24 "virtualKeyboardPrivate"
24 ], 25 ],
25 "background": { 26 "background": {
26 "page": "background.html" 27 "page": "background.html"
27 }, 28 },
28 "content_scripts": [ 29 "content_scripts": [
29 { 30 {
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 "ru" 833 "ru"
833 ], 834 ],
834 "layouts": [ 835 "layouts": [
835 "us" 836 "us"
836 ], 837 ],
837 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert" 838 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert"
838 } 839 }
839 ], 840 ],
840 "manifest_version": 2 841 "manifest_version": 2
841 } 842 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698