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 ce3148f61e5fd82b3f3f4a0d9d2d4d9a83abfc12..d706d45b6f64b8a25390a0378e923b05dcf16a24 100644 |
--- a/chrome/browser/resources/easy_unlock/manifest.json |
+++ b/chrome/browser/resources/easy_unlock/manifest.json |
@@ -13,6 +13,8 @@ |
"permissions": [ |
"bluetoothPrivate", |
"screenlockPrivate", |
+ "feedbackPrivate", |
+ "metricsPrivate", |
"storage", |
"identity", |
"notifications" |
@@ -24,13 +26,18 @@ |
} |
}, |
- "bluetooth": { "uuids": ["0000AB34-0000-1000-8000-00805F9B34FB"] }, |
+ "bluetooth": { |
+ "uuids": [ |
+ "0000AB34-0000-1000-8000-00805F9B34FB", |
+ "29422880-D56D-11E3-9C1A-0800200C9A66" |
+ ] |
+ }, |
"offline_enabled": true, |
"display_in_launcher": false, |
- "icons": { |
+ "icons": { |
"32": "icons/easyunlock_app_icon_32.png", |
"48": "icons/easyunlock_app_icon_48.png", |
"64": "icons/easyunlock_app_icon_64.png", |