| 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": "1.0", | 4 "version": "1.0", |
| 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", | 28 "system.display", |
| 29 "chromeosInfoPrivate", | 29 "chromeosInfoPrivate", |
| 30 "tabs" | 30 "browser" |
| 31 ], | 31 ], |
| 32 | 32 |
| 33 "app": { | 33 "app": { |
| 34 "background": { | 34 "background": { |
| 35 "scripts": ["easy_unlock_background.js"] | 35 "scripts": ["easy_unlock_background.js"] |
| 36 } | 36 } |
| 37 }, | 37 }, |
| 38 | 38 |
| 39 "bluetooth": { | 39 "bluetooth": { |
| 40 "socket" : true, | 40 "socket" : true, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 51 | 51 |
| 52 "icons": { | 52 "icons": { |
| 53 "32": "icons/easyunlock_app_icon_32.png", | 53 "32": "icons/easyunlock_app_icon_32.png", |
| 54 "48": "icons/easyunlock_app_icon_48.png", | 54 "48": "icons/easyunlock_app_icon_48.png", |
| 55 "64": "icons/easyunlock_app_icon_64.png", | 55 "64": "icons/easyunlock_app_icon_64.png", |
| 56 "96": "icons/easyunlock_app_icon_96.png", | 56 "96": "icons/easyunlock_app_icon_96.png", |
| 57 "128": "icons/easyunlock_app_icon_128.png", | 57 "128": "icons/easyunlock_app_icon_128.png", |
| 58 "256": "icons/easyunlock_app_icon_256.png" | 58 "256": "icons/easyunlock_app_icon_256.png" |
| 59 } | 59 } |
| 60 } | 60 } |
| OLD | NEW |