| Index: chrome/common/extensions/docs/templates/articles/app_usb.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/app_usb.html b/chrome/common/extensions/docs/templates/articles/app_usb.html
|
| index d886b37fe81384557b7c4cc5e97f9572bc3fd28b..62177c4cf60d2ecfecf63b40ee959db2d3c080f2 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/app_usb.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/app_usb.html
|
| @@ -49,12 +49,14 @@ Bluetooth</a> samples.
|
|
|
| <pre data-filename="manifest.json">
|
| "permissions": [
|
| - "usbDevices": [
|
| - {
|
| - "vendorId": 123,
|
| - "productId": 456
|
| - }
|
| - ]
|
| + {
|
| + "usbDevices": [
|
| + {
|
| + "vendorId": 123,
|
| + "productId": 456
|
| + }
|
| + ]
|
| + }
|
| ]
|
| </pre>
|
|
|
|
|