| Index: extensions/common/api/extensions_manifest_types.json
|
| diff --git a/extensions/common/api/extensions_manifest_types.json b/extensions/common/api/extensions_manifest_types.json
|
| index 1829174ae7b25e9c1f0b64f103bbbb65efb08cb3..cbf735c54b6a1914e153abecbe0ddbd470b5f6d0 100644
|
| --- a/extensions/common/api/extensions_manifest_types.json
|
| +++ b/extensions/common/api/extensions_manifest_types.json
|
| @@ -160,6 +160,11 @@
|
| "type": "boolean",
|
| "description": "If <code>true</code>, gives permission to an app to use the $(ref:bluetoothLowEnergy) API",
|
| "optional": true
|
| + },
|
| + "peripheral": {
|
| + "type": "boolean",
|
| + "description": "If <code>true</code>, gives permission to an app to use the advertisement functions in the $(ref:bluetoothLowEnergy) API",
|
| + "optional": true
|
| }
|
| }
|
| }
|
|
|