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 "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 "tabs", | 20 "tabs", |
| 21 "tts", |
21 "unlimitedStorage", | 22 "unlimitedStorage", |
22 "virtualKeyboardPrivate" | 23 "virtualKeyboardPrivate" |
23 ], | 24 ], |
24 "background": { | 25 "background": { |
25 "page": "background.html", | 26 "page": "background.html", |
26 "persistent": false | 27 "persistent": false |
27 }, | 28 }, |
28 "content_scripts": [ | 29 "content_scripts": [ |
29 { | 30 { |
30 "matches": ["https://www.googleapis.com/auth/imesync*"], | 31 "matches": ["https://www.googleapis.com/auth/imesync*"], |
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 "id": "xkb:mt::mlt", | 662 "id": "xkb:mt::mlt", |
662 "description": "", | 663 "description": "", |
663 "language": ["mt"], | 664 "language": ["mt"], |
664 "layouts": ["mt"], | 665 "layouts": ["mt"], |
665 "input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=key
board_maltese", | 666 "input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=key
board_maltese", |
666 "options_page": "hmm_options.html?code=xkb:mt::mlt" | 667 "options_page": "hmm_options.html?code=xkb:mt::mlt" |
667 } | 668 } |
668 ], | 669 ], |
669 "manifest_version": 2 | 670 "manifest_version": 2 |
670 } | 671 } |
OLD | NEW |