| Index: chrome/test/data/extensions/api_test/bluetooth_socket/listen/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/bluetooth_socket/listen/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_socket/listen/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2d1278f361ce65486f3adc43fefc189ef5c3d5cb
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/bluetooth_socket/listen/manifest.json
|
| @@ -0,0 +1,16 @@
|
| +{
|
| + "manifest_version": 2,
|
| + "name": "Test Bluetooth Socket RFCOMM Listen Function",
|
| + "version": "1.0",
|
| + "description": "Tests chrome.bluetoothSocket.listenUsingRfcomm Function",
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["runtest.js"]
|
| + }
|
| + },
|
| + "bluetooth": {
|
| + "uuids": [
|
| + "2de497f9-ab28-49db-b6d2-066ea69f1737"
|
| + ]
|
| + }
|
| +}
|
|
|