OLD | NEW |
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 "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 }, | 27 }, |
27 "content_scripts": [ | 28 "content_scripts": [ |
28 { | 29 { |
29 "matches": ["https://www.googleapis.com/auth/imesync*"], | 30 "matches": ["https://www.googleapis.com/auth/imesync*"], |
30 "js": ["chos_inject-debug.js"] | 31 "js": ["chos_inject-debug.js"] |
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 "type": "ime", | 613 "type": "ime", |
613 "id": "vkd_ru_phone_yazhert", | 614 "id": "vkd_ru_phone_yazhert", |
614 "description": "", | 615 "description": "", |
615 "language": ["ru"], | 616 "language": ["ru"], |
616 "layouts": ["us"], | 617 "layouts": ["us"], |
617 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor
dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert" | 618 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor
dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert" |
618 } | 619 } |
619 ], | 620 ], |
620 "manifest_version": 2 | 621 "manifest_version": 2 |
621 } | 622 } |
OLD | NEW |