Index: chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json b/chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json |
index 7302b00b2e9dcbb76a9b87d2d57c23733bea9858..58f3ccb93f1ee0c7010d4adbf28d22b0602d2c7a 100644 |
--- a/chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json |
+++ b/chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json |
@@ -8,10 +8,10 @@ |
"scripts": ["runtest.js"] |
} |
}, |
- "permissions": [ |
- {"bluetooth": [ |
- {"uuid": "1234"}, |
- {"uuid": "5678"} |
- ]} |
- ] |
+ "bluetooth": { |
+ "profiles": [ |
+ "1234", |
+ "5678" |
+ ] |
+ } |
} |