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 |
deleted file mode 100644 |
index 7df7f5adefd125d3513d00dfa49a4529b4e7f655..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/bluetooth_socket/listen/manifest.json |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-{ |
- "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" |
- ], |
- "socket": true |
- }, |
- "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqbc71rRrqz+62pGVmZGDzTK8P4IHTTyN4jBLBJasDTrRllQp4Pb6INnSr08HQM3aaZMYKWkAJTm4gbCDNzvHfIZMAMY6OZfnm0eqiZnxFFgKgIzdr4Z/EyAXVd1Rm1JKhncde2S/U3zWStDb5iYfWZJBIiWVT98q7cW6sstsMOmrHAIAKCzK+mzycFptlRWzAf+8NR9bq1jNZe+h1kJBgY0xnVlGZm+NIhZd/Ke8Y+G2vM4rtuDvp5971HVV294HD28hWbsoOqBf85gPa6tKE57FhLomi/aJVBVBiCfHExXjK1hB2QeM/r7e8P//ZZPoYszSzHJVBw/heRLFOMezIwIDAQAB" |
-} |