Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Side by Side Diff: chrome/browser/resources/easy_unlock/manifest.json

Issue 613453002: Update the easy unlock app version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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": "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 },
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698