Chromium Code Reviews| Index: chrome/test/data/extensions/permissions/access_to_devices_bluetooth.json |
| diff --git a/chrome/test/data/extensions/permissions/access_to_devices_bluetooth.json b/chrome/test/data/extensions/permissions/access_to_devices_bluetooth.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5745ddf631346e5600de6465c079e67b11e97996 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/permissions/access_to_devices_bluetooth.json |
| @@ -0,0 +1,13 @@ |
| +{ |
| + "name": "Serial permissions", |
| + "version": "1.0", |
| + "manifest_version": 2, |
| + "app": { |
| + "background": { |
| + "scripts": ["no-such-file.js"] |
| + } |
| + }, |
| + "bluetooth": { |
| + "uuids": [ "1105" ] |
| + } |
| +} |