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

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: rebase 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",
21 "easyUnlockPrivate" 24 "easyUnlockPrivate",
25 "systemPrivate"
22 ], 26 ],
23 27
24 "app": { 28 "app": {
25 "background": { 29 "background": {
26 "scripts": ["easy_unlock_background.js"] 30 "scripts": ["easy_unlock_background.js"]
27 } 31 }
28 }, 32 },
29 33
30 "bluetooth": { 34 "bluetooth": {
31 "socket" : true, 35 "socket" : true,
32 "low_energy" : true, 36 "low_energy" : true,
33 "uuids": [ 37 "uuids": [
34 "0000AB34-0000-1000-8000-00805F9B34FB", 38 "0000AB34-0000-1000-8000-00805F9B34FB", // Unlock UUID
35 "29422880-D56D-11E3-9C1A-0800200C9A66" 39 "29422880-D56D-11E3-9C1A-0800200C9A66" // Setup UUID
36 ] 40 ]
37 }, 41 },
38 42
39 "offline_enabled": true, 43 "offline_enabled": true,
40 44
41 "display_in_launcher": false, 45 "display_in_launcher": false,
42 46
43 "icons": { 47 "icons": {
44 "32": "icons/easyunlock_app_icon_32.png", 48 "32": "icons/easyunlock_app_icon_32.png",
45 "48": "icons/easyunlock_app_icon_48.png", 49 "48": "icons/easyunlock_app_icon_48.png",
46 "64": "icons/easyunlock_app_icon_64.png", 50 "64": "icons/easyunlock_app_icon_64.png",
47 "96": "icons/easyunlock_app_icon_96.png", 51 "96": "icons/easyunlock_app_icon_96.png",
48 "128": "icons/easyunlock_app_icon_128.png", 52 "128": "icons/easyunlock_app_icon_128.png",
49 "256": "icons/easyunlock_app_icon_256.png" 53 "256": "icons/easyunlock_app_icon_256.png"
50 } 54 }
51 } 55 }
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