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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/easy_unlock/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/easy_unlock/manifest.json
diff --git a/chrome/browser/resources/easy_unlock/manifest.json b/chrome/browser/resources/easy_unlock/manifest.json
index 6c8e8ebd5eb1e909d9c171ee3cc1d3d4a8a74a56..5d4b240049504c0b0fc748558463ab70d9e51938 100644
--- a/chrome/browser/resources/easy_unlock/manifest.json
+++ b/chrome/browser/resources/easy_unlock/manifest.json
@@ -1,13 +1,16 @@
{
- // extension id: mkaemigholebcgchlkbankmihknojeak
"name": "Easy Unlock",
- "description": "Sets up easy unlock pairing.",
+ "description": "This app sets up unlocking the device with a phone.",
"version": "0.1",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqOUeUl1nC6qTz6WwVUIaAJ4ukXVzgeCAumX4TZlCHFk5DLHImHLDBxakyVGaQFLS9iEQ3tDTsJLIoA+FkbWKNX7bvDW/qM89CeVNZsIZRGw898m8J78N6dJHwP9aZSI8CpoMK2KvjANpuj1tdWs1OM6v65zRUu6y4Mq876dr5AcPiuznGxl8jekagBwGu8jqMySsJxLazj/EfQ3W1E7mpyHd0Z4C1qNwJoFlUQeMjn6gfPZqa06BLU6YznzCUesiyjFK3d1vzbN54ZkVxhcA6ekwLKYLqKykBFLmIQG0gkNNePzcGXju8p34dGJgkcZw0sOXrtNaLSe1su0zfcniIwIDAQAB",
"oauth2": {
"client_id": "383927464186-v05g3e5emhrrblqmpnvq7666jktlpc7q.apps.googleusercontent.com",
- "scopes": [ "https://www.googleapis.com/auth/proximity_auth" ]
+ "auto_approve": true,
+ "scopes": [
+ "https://www.googleapis.com/auth/proximity_auth",
+ "https://www.googleapis.com/auth/cryptauth"
+ ]
},
"permissions": [
@@ -17,7 +20,9 @@
"metricsPrivate",
"storage",
"identity",
- "notifications"
+ "notifications",
+ "easyUnlockPrivate",
+ "systemPrivate"
],
"app": {
@@ -30,14 +35,13 @@
"socket" : true,
"low_energy" : true,
"uuids": [
- "0000AB34-0000-1000-8000-00805F9B34FB",
- "29422880-D56D-11E3-9C1A-0800200C9A66"
+ "0000AB34-0000-1000-8000-00805F9B34FB", // Unlock UUID
+ "29422880-D56D-11E3-9C1A-0800200C9A66" // Setup UUID
]
},
- "offline_enabled": true,
tbarzic 2014/07/22 18:37:58 nit: remove the line
Tim Song 2014/07/22 19:24:56 Done.
- "display_in_launcher": false,
+ "offline_enabled": true,
"icons": {
"32": "icons/easyunlock_app_icon_32.png",
« 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