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

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

Issue 409903003: Update the Easy Unlock manifest.json file for new APIs and scopes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/easy_unlock/OWNERS ('k') | 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 // extension id: mkaemigholebcgchlkbankmihknojeak
3 "name": "Easy Unlock", 2 "name": "Easy Unlock",
4 "description": "Sets up easy unlock pairing.", 3 "description": "This app sets up unlocking the device with a phone.",
5 "version": "0.1", 4 "version": "0.1",
6 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqOUeUl1nC6qTz6WwVUIaAJ4ukX VzgeCAumX4TZlCHFk5DLHImHLDBxakyVGaQFLS9iEQ3tDTsJLIoA+FkbWKNX7bvDW/qM89CeVNZsIZRG w898m8J78N6dJHwP9aZSI8CpoMK2KvjANpuj1tdWs1OM6v65zRUu6y4Mq876dr5AcPiuznGxl8jekagB wGu8jqMySsJxLazj/EfQ3W1E7mpyHd0Z4C1qNwJoFlUQeMjn6gfPZqa06BLU6YznzCUesiyjFK3d1vzb N54ZkVxhcA6ekwLKYLqKykBFLmIQG0gkNNePzcGXju8p34dGJgkcZw0sOXrtNaLSe1su0zfcniIwIDAQ AB", 5 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqOUeUl1nC6qTz6WwVUIaAJ4ukX VzgeCAumX4TZlCHFk5DLHImHLDBxakyVGaQFLS9iEQ3tDTsJLIoA+FkbWKNX7bvDW/qM89CeVNZsIZRG w898m8J78N6dJHwP9aZSI8CpoMK2KvjANpuj1tdWs1OM6v65zRUu6y4Mq876dr5AcPiuznGxl8jekagB wGu8jqMySsJxLazj/EfQ3W1E7mpyHd0Z4C1qNwJoFlUQeMjn6gfPZqa06BLU6YznzCUesiyjFK3d1vzb N54ZkVxhcA6ekwLKYLqKykBFLmIQG0gkNNePzcGXju8p34dGJgkcZw0sOXrtNaLSe1su0zfcniIwIDAQ AB",
7 6
8 "oauth2": { 7 "oauth2": {
9 "client_id": "383927464186-v05g3e5emhrrblqmpnvq7666jktlpc7q.apps.googleuserc ontent.com", 8 "client_id": "383927464186-v05g3e5emhrrblqmpnvq7666jktlpc7q.apps.googleuserc ontent.com",
10 "scopes": [ "https://www.googleapis.com/auth/proximity_auth" ] 9 "auto_approve": true,
10 "scopes": [
11 "https://www.googleapis.com/auth/proximity_auth",
12 "https://www.googleapis.com/auth/cryptauth"
13 ]
11 }, 14 },
12 15
13 "permissions": [ 16 "permissions": [
14 "bluetoothPrivate", 17 "bluetoothPrivate",
15 "screenlockPrivate", 18 "screenlockPrivate",
16 "feedbackPrivate", 19 "feedbackPrivate",
17 "metricsPrivate", 20 "metricsPrivate",
18 "storage", 21 "storage",
19 "identity", 22 "identity",
20 "notifications" 23 "notifications",
24 "easyUnlockPrivate",
25 "systemPrivate"
21 ], 26 ],
22 27
23 "app": { 28 "app": {
24 "background": { 29 "background": {
25 "scripts": ["easy_unlock_background.js"] 30 "scripts": ["easy_unlock_background.js"]
26 } 31 }
27 }, 32 },
28 33
29 "bluetooth": { 34 "bluetooth": {
30 "socket" : true, 35 "socket" : true,
31 "low_energy" : true, 36 "low_energy" : true,
32 "uuids": [ 37 "uuids": [
33 "0000AB34-0000-1000-8000-00805F9B34FB", 38 "0000AB34-0000-1000-8000-00805F9B34FB", // Unlock UUID
34 "29422880-D56D-11E3-9C1A-0800200C9A66" 39 "29422880-D56D-11E3-9C1A-0800200C9A66" // Setup UUID
35 ] 40 ]
36 }, 41 },
37 42
43
tbarzic 2014/07/22 18:37:58 nit: remove the line
Tim Song 2014/07/22 19:24:56 Done.
38 "offline_enabled": true, 44 "offline_enabled": true,
39 45
40 "display_in_launcher": false,
41
42 "icons": { 46 "icons": {
43 "32": "icons/easyunlock_app_icon_32.png", 47 "32": "icons/easyunlock_app_icon_32.png",
44 "48": "icons/easyunlock_app_icon_48.png", 48 "48": "icons/easyunlock_app_icon_48.png",
45 "64": "icons/easyunlock_app_icon_64.png", 49 "64": "icons/easyunlock_app_icon_64.png",
46 "96": "icons/easyunlock_app_icon_96.png", 50 "96": "icons/easyunlock_app_icon_96.png",
47 "128": "icons/easyunlock_app_icon_128.png", 51 "128": "icons/easyunlock_app_icon_128.png",
48 "256": "icons/easyunlock_app_icon_256.png" 52 "256": "icons/easyunlock_app_icon_256.png"
49 } 53 }
50 } 54 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/easy_unlock/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698