OLD | NEW |
1 { | 1 { |
2 "name": "Easy Unlock", | 2 "name": "Easy Unlock", |
3 "description": "This app sets up unlocking the device with a phone.", | 3 "description": "This app sets up unlocking the device with a phone.", |
4 "version": "0.1", | 4 "version": "0.1", |
5 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqOUeUl1nC6qTz6WwVUIaAJ4ukX
VzgeCAumX4TZlCHFk5DLHImHLDBxakyVGaQFLS9iEQ3tDTsJLIoA+FkbWKNX7bvDW/qM89CeVNZsIZRG
w898m8J78N6dJHwP9aZSI8CpoMK2KvjANpuj1tdWs1OM6v65zRUu6y4Mq876dr5AcPiuznGxl8jekagB
wGu8jqMySsJxLazj/EfQ3W1E7mpyHd0Z4C1qNwJoFlUQeMjn6gfPZqa06BLU6YznzCUesiyjFK3d1vzb
N54ZkVxhcA6ekwLKYLqKykBFLmIQG0gkNNePzcGXju8p34dGJgkcZw0sOXrtNaLSe1su0zfcniIwIDAQ
AB", | 5 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqOUeUl1nC6qTz6WwVUIaAJ4ukX
VzgeCAumX4TZlCHFk5DLHImHLDBxakyVGaQFLS9iEQ3tDTsJLIoA+FkbWKNX7bvDW/qM89CeVNZsIZRG
w898m8J78N6dJHwP9aZSI8CpoMK2KvjANpuj1tdWs1OM6v65zRUu6y4Mq876dr5AcPiuznGxl8jekagB
wGu8jqMySsJxLazj/EfQ3W1E7mpyHd0Z4C1qNwJoFlUQeMjn6gfPZqa06BLU6YznzCUesiyjFK3d1vzb
N54ZkVxhcA6ekwLKYLqKykBFLmIQG0gkNNePzcGXju8p34dGJgkcZw0sOXrtNaLSe1su0zfcniIwIDAQ
AB", |
6 | 6 |
7 "oauth2": { | 7 "oauth2": { |
8 "client_id": "383927464186-v05g3e5emhrrblqmpnvq7666jktlpc7q.apps.googleuserc
ontent.com", | 8 "client_id": "383927464186-v05g3e5emhrrblqmpnvq7666jktlpc7q.apps.googleuserc
ontent.com", |
9 "auto_approve": true, | 9 "auto_approve": true, |
10 "scopes": [ | 10 "scopes": [ |
11 "https://www.googleapis.com/auth/proximity_auth", | 11 "https://www.googleapis.com/auth/proximity_auth", |
12 "https://www.googleapis.com/auth/cryptauth" | 12 "https://www.googleapis.com/auth/cryptauth" |
13 ] | 13 ] |
14 }, | 14 }, |
15 | 15 |
16 "permissions": [ | 16 "permissions": [ |
17 "bluetoothPrivate", | 17 "bluetoothPrivate", |
18 "screenlockPrivate", | 18 "screenlockPrivate", |
19 "feedbackPrivate", | 19 "feedbackPrivate", |
20 "metricsPrivate", | 20 "metricsPrivate", |
21 "storage", | 21 "storage", |
22 "identity", | 22 "identity", |
23 "notifications", | 23 "notifications", |
24 "easyUnlockPrivate", | 24 "easyUnlockPrivate", |
25 "systemPrivate", | 25 "systemPrivate", |
26 "alarms", | 26 "alarms", |
27 "gcm" | 27 "gcm", |
| 28 "system.display", |
| 29 "chromeosInfoPrivate", |
| 30 "tabs" |
28 ], | 31 ], |
29 | 32 |
30 "app": { | 33 "app": { |
31 "background": { | 34 "background": { |
32 "scripts": ["easy_unlock_background.js"] | 35 "scripts": ["easy_unlock_background.js"] |
33 } | 36 } |
34 }, | 37 }, |
35 | 38 |
36 "bluetooth": { | 39 "bluetooth": { |
37 "socket" : true, | 40 "socket" : true, |
(...skipping 10 matching lines...) Expand all Loading... |
48 | 51 |
49 "icons": { | 52 "icons": { |
50 "32": "icons/easyunlock_app_icon_32.png", | 53 "32": "icons/easyunlock_app_icon_32.png", |
51 "48": "icons/easyunlock_app_icon_48.png", | 54 "48": "icons/easyunlock_app_icon_48.png", |
52 "64": "icons/easyunlock_app_icon_64.png", | 55 "64": "icons/easyunlock_app_icon_64.png", |
53 "96": "icons/easyunlock_app_icon_96.png", | 56 "96": "icons/easyunlock_app_icon_96.png", |
54 "128": "icons/easyunlock_app_icon_128.png", | 57 "128": "icons/easyunlock_app_icon_128.png", |
55 "256": "icons/easyunlock_app_icon_256.png" | 58 "256": "icons/easyunlock_app_icon_256.png" |
56 } | 59 } |
57 } | 60 } |
OLD | NEW |