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

Side by Side Diff: chrome/browser/resources/chromeos/input_method/google_xkb_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 | « chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json ('k') | no next file » | 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 "name": "Chrome OS XKB", 2 "name": "Chrome OS XKB",
3 "version": "1.0.5.0", 3 "version": "1.0.5.0",
4 "description": "Chrome OS XKB", 4 "description": "Chrome OS XKB",
5 "default_locale": "en", 5 "default_locale": "en",
6 "incognito": "split", 6 "incognito": "split",
7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXg IPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6 b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB", 7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXg IPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6 b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB",
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 "persistent": false 28 "persistent": false
28 }, 29 },
29 "content_scripts": [ 30 "content_scripts": [
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 ], 1071 ],
1071 "layouts": [ 1072 "layouts": [
1072 "kz" 1073 "kz"
1073 ], 1074 ],
1074 "input_view": "inputview.html#id=kz&language=kk&passwordLayout=us-ltr&name =keyboard_kazakh", 1075 "input_view": "inputview.html#id=kz&language=kk&passwordLayout=us-ltr&name =keyboard_kazakh",
1075 "options_page": "hmm_options.html?code=xkb:kz::kaz" 1076 "options_page": "hmm_options.html?code=xkb:kz::kaz"
1076 } 1077 }
1077 ], 1078 ],
1078 "manifest_version": 2 1079 "manifest_version": 2
1079 } 1080 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/input_method/google_input_tools_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698