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 "input", | 11 "input", |
11 "inputMethodPrivate", | 12 "inputMethodPrivate", |
12 "virtualKeyboardPrivate", | 13 "virtualKeyboardPrivate", |
13 "metricsPrivate", | 14 "metricsPrivate", |
14 "unlimitedStorage", | 15 "unlimitedStorage", |
15 "https://dl.google.com/", | 16 "https://dl.google.com/", |
16 "https://clients4.google.com/", | 17 "https://clients4.google.com/", |
17 "accessibilityFeatures.read" | 18 "accessibilityFeatures.read" |
18 ], | 19 ], |
19 "background": { | 20 "background": { |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 "id": "xkb:ie::ga", | 631 "id": "xkb:ie::ga", |
631 "description": "", | 632 "description": "", |
632 "language": ["ga"], | 633 "language": ["ga"], |
633 "layouts": ["ie"], | 634 "layouts": ["ie"], |
634 "input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLay
out=ie.compact.qwerty&name=keyboard_irish", | 635 "input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLay
out=ie.compact.qwerty&name=keyboard_irish", |
635 "options_page": "hmm_options.html?code=xkb:ie::ga" | 636 "options_page": "hmm_options.html?code=xkb:ie::ga" |
636 } | 637 } |
637 ], | 638 ], |
638 "manifest_version": 2 | 639 "manifest_version": 2 |
639 } | 640 } |
OLD | NEW |