| Index: chrome/test/data/extensions/api_test/bluetooth/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/bluetooth/manifest.json b/chrome/test/data/extensions/api_test/bluetooth/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0d9a2445e6be8521ad27ee2baa14a67930b007c2
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/bluetooth/manifest.json
|
| @@ -0,0 +1,7 @@
|
| +{
|
| + "manifest_version": 2,
|
| + "name": "bluetooth API Tests",
|
| + "version": "1.0",
|
| + "description": "Tests the bluetooth API.",
|
| + "permissions": ["experimental"]
|
| +}
|
|
|