| Index: chrome/common/extensions/api/manifest_types.json
|
| diff --git a/chrome/common/extensions/api/manifest_types.json b/chrome/common/extensions/api/manifest_types.json
|
| index 12f5767ea177460d5d7cc083f120e46f4d57cbf1..38e2092591e63df08cc5cf18f6531a19af7112e3 100644
|
| --- a/chrome/common/extensions/api/manifest_types.json
|
| +++ b/chrome/common/extensions/api/manifest_types.json
|
| @@ -184,6 +184,16 @@
|
| "description": "<p>The list specified as UUID strings.</p>",
|
| "type": "string"
|
| }
|
| + },
|
| + "socket": {
|
| + "type": "boolean",
|
| + "description": "If <code>true</code>, gives permission to an app to use the $(ref:bluetoothSocket) API",
|
| + "optional": true
|
| + },
|
| + "low_energy": {
|
| + "type": "boolean",
|
| + "description": "If <code>true</code>, gives permission to an app to use the $(ref:bluetoothLowEnergy) API",
|
| + "optional": true
|
| }
|
| }
|
| },
|
|
|