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

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

Issue 341973004: Update Easy Unlock manifest to conform to latest Bluetooth manifest permissions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « 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 // extension id: mkaemigholebcgchlkbankmihknojeak 2 // extension id: mkaemigholebcgchlkbankmihknojeak
3 "name": "Easy Unlock", 3 "name": "Easy Unlock",
4 "description": "Sets up easy unlock pairing.", 4 "description": "Sets up easy unlock pairing.",
5 "version": "0.1", 5 "version": "0.1",
6 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqOUeUl1nC6qTz6WwVUIaAJ4ukX VzgeCAumX4TZlCHFk5DLHImHLDBxakyVGaQFLS9iEQ3tDTsJLIoA+FkbWKNX7bvDW/qM89CeVNZsIZRG w898m8J78N6dJHwP9aZSI8CpoMK2KvjANpuj1tdWs1OM6v65zRUu6y4Mq876dr5AcPiuznGxl8jekagB wGu8jqMySsJxLazj/EfQ3W1E7mpyHd0Z4C1qNwJoFlUQeMjn6gfPZqa06BLU6YznzCUesiyjFK3d1vzb N54ZkVxhcA6ekwLKYLqKykBFLmIQG0gkNNePzcGXju8p34dGJgkcZw0sOXrtNaLSe1su0zfcniIwIDAQ AB", 6 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqOUeUl1nC6qTz6WwVUIaAJ4ukX VzgeCAumX4TZlCHFk5DLHImHLDBxakyVGaQFLS9iEQ3tDTsJLIoA+FkbWKNX7bvDW/qM89CeVNZsIZRG w898m8J78N6dJHwP9aZSI8CpoMK2KvjANpuj1tdWs1OM6v65zRUu6y4Mq876dr5AcPiuznGxl8jekagB wGu8jqMySsJxLazj/EfQ3W1E7mpyHd0Z4C1qNwJoFlUQeMjn6gfPZqa06BLU6YznzCUesiyjFK3d1vzb N54ZkVxhcA6ekwLKYLqKykBFLmIQG0gkNNePzcGXju8p34dGJgkcZw0sOXrtNaLSe1su0zfcniIwIDAQ AB",
7 7
8 "oauth2": { 8 "oauth2": {
9 "client_id": "383927464186-v05g3e5emhrrblqmpnvq7666jktlpc7q.apps.googleuserc ontent.com", 9 "client_id": "383927464186-v05g3e5emhrrblqmpnvq7666jktlpc7q.apps.googleuserc ontent.com",
10 "scopes": [ "https://www.googleapis.com/auth/proximity_auth" ] 10 "scopes": [ "https://www.googleapis.com/auth/proximity_auth" ]
11 }, 11 },
12 12
13 "permissions": [ 13 "permissions": [
14 "bluetoothPrivate", 14 "bluetoothPrivate",
15 "screenlockPrivate", 15 "screenlockPrivate",
16 "feedbackPrivate", 16 "feedbackPrivate",
17 "metricsPrivate", 17 "metricsPrivate",
18 "storage", 18 "storage",
19 "identity", 19 "identity",
20 "notifications" 20 "notifications"
21 ], 21 ],
22 22
23 "app": { 23 "app": {
24 "background": { 24 "background": {
25 "scripts": ["easy_unlock_background.js"] 25 "scripts": ["easy_unlock_background.js"]
26 } 26 }
27 }, 27 },
28 28
29 "bluetooth": { 29 "bluetooth": {
30 "socket" : true,
31 "low_energy" : true,
30 "uuids": [ 32 "uuids": [
31 "0000AB34-0000-1000-8000-00805F9B34FB", 33 "0000AB34-0000-1000-8000-00805F9B34FB",
32 "29422880-D56D-11E3-9C1A-0800200C9A66" 34 "29422880-D56D-11E3-9C1A-0800200C9A66"
33 ] 35 ]
34 }, 36 },
35 37
36 "offline_enabled": true, 38 "offline_enabled": true,
37 39
38 "display_in_launcher": false, 40 "display_in_launcher": false,
39 41
40 "icons": { 42 "icons": {
41 "32": "icons/easyunlock_app_icon_32.png", 43 "32": "icons/easyunlock_app_icon_32.png",
42 "48": "icons/easyunlock_app_icon_48.png", 44 "48": "icons/easyunlock_app_icon_48.png",
43 "64": "icons/easyunlock_app_icon_64.png", 45 "64": "icons/easyunlock_app_icon_64.png",
44 "96": "icons/easyunlock_app_icon_96.png", 46 "96": "icons/easyunlock_app_icon_96.png",
45 "128": "icons/easyunlock_app_icon_128.png", 47 "128": "icons/easyunlock_app_icon_128.png",
46 "256": "icons/easyunlock_app_icon_256.png" 48 "256": "icons/easyunlock_app_icon_256.png"
47 } 49 }
48 } 50 }
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