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 cd1aafc6d229b22a19a08432ccb9381d5f641ec7..ca479fbbfd9b074f4fb5c66a4ceaa8c568b0f4ab 100644 |
--- a/chrome/common/extensions/api/manifest_types.json |
+++ b/chrome/common/extensions/api/manifest_types.json |
@@ -142,32 +142,6 @@ |
} |
}, |
{ |
- "id": "bluetooth", |
- "type": "object", |
- "description": "The <code>bluetooth</code> manifest property give permission to an app to use the $(ref:bluetooth) API. A list of UUIDs can be optionally specified to enable communication with devices.", |
- "properties": { |
- "uuids": { |
- "description": "The <code>uuids</code> manifest property declares the list of protocols, profiles and services that an app can communicate using.", |
- "optional": true, |
- "type": "array", |
- "items": { |
- "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 |
- } |
- } |
- }, |
- { |
"id": "automation", |
"description": "This API provides programmatic access to the user interface elements of Chrome. This includes everything in the web view, and optionally Chrome's full user interface.", |
"choices": [ |