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", |
| 27 "gcm" |
26 ], | 28 ], |
27 | 29 |
28 "app": { | 30 "app": { |
29 "background": { | 31 "background": { |
30 "scripts": ["easy_unlock_background.js"] | 32 "scripts": ["easy_unlock_background.js"] |
31 } | 33 } |
32 }, | 34 }, |
33 | 35 |
34 "bluetooth": { | 36 "bluetooth": { |
35 "socket" : true, | 37 "socket" : true, |
(...skipping 10 matching lines...) Expand all Loading... |
46 | 48 |
47 "icons": { | 49 "icons": { |
48 "32": "icons/easyunlock_app_icon_32.png", | 50 "32": "icons/easyunlock_app_icon_32.png", |
49 "48": "icons/easyunlock_app_icon_48.png", | 51 "48": "icons/easyunlock_app_icon_48.png", |
50 "64": "icons/easyunlock_app_icon_64.png", | 52 "64": "icons/easyunlock_app_icon_64.png", |
51 "96": "icons/easyunlock_app_icon_96.png", | 53 "96": "icons/easyunlock_app_icon_96.png", |
52 "128": "icons/easyunlock_app_icon_128.png", | 54 "128": "icons/easyunlock_app_icon_128.png", |
53 "256": "icons/easyunlock_app_icon_256.png" | 55 "256": "icons/easyunlock_app_icon_256.png" |
54 } | 56 } |
55 } | 57 } |
OLD | NEW |