Index: chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json b/chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json |
deleted file mode 100644 |
index e02c787a5cc87fe1a031c2f145258199242faad0..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-{ |
- "manifest_version": 2, |
- "name": "Test Bluetooth OnConnection Event", |
- "version": "1.0", |
- "description": "Tests Bluetooth OnConnection Event", |
- "app": { |
- "background": { |
- "scripts": ["runtest.js"] |
- } |
- }, |
- "bluetooth": { "uuids": ["1234"] } |
-} |