OLD | NEW |
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 "app.window.ime", | 9 "app.window.ime", |
10 "app.window.alpha", | 10 "app.window.alpha", |
11 "input", | 11 "input", |
12 "inputMethodPrivate", | 12 "inputMethodPrivate", |
13 "virtualKeyboardPrivate", | 13 "virtualKeyboardPrivate", |
14 "metricsPrivate", | 14 "metricsPrivate", |
15 "unlimitedStorage", | 15 "unlimitedStorage", |
16 "https://dl.google.com/", | 16 "https://dl.google.com/", |
17 "https://clients4.google.com/", | 17 "https://clients4.google.com/", |
18 "accessibilityFeatures.read" | 18 "accessibilityFeatures.read", |
| 19 "audioCapture" |
19 ], | 20 ], |
20 "background": { | 21 "background": { |
21 "page": "background.html", | 22 "page": "background.html", |
22 "persistent": false | 23 "persistent": false |
23 }, | 24 }, |
24 "ime_path": "/usr/share/chromeos-assets/input_methods/input_tools", | 25 "ime_path": "/usr/share/chromeos-assets/input_methods/input_tools", |
25 "input_components": [ | 26 "input_components": [ |
26 { | 27 { |
27 "name": "__MSG_keyboard_us__", | 28 "name": "__MSG_keyboard_us__", |
28 "type": "ime", | 29 "type": "ime", |
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 "id": "xkb:mt::mlt", | 642 "id": "xkb:mt::mlt", |
642 "description": "", | 643 "description": "", |
643 "language": ["mt"], | 644 "language": ["mt"], |
644 "layouts": ["mt"], | 645 "layouts": ["mt"], |
645 "input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=key
board_maltese", | 646 "input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=key
board_maltese", |
646 "options_page": "hmm_options.html?code=xkb:mt::mlt" | 647 "options_page": "hmm_options.html?code=xkb:mt::mlt" |
647 } | 648 } |
648 ], | 649 ], |
649 "manifest_version": 2 | 650 "manifest_version": 2 |
650 } | 651 } |
OLD | NEW |