Index: chrome/common/extensions/api/_manifest_features.json |
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json |
index 24283bf9bca38946541295377e60da7bd225a749..d482fe2c5ad604463de47dd9c86b4e82050ecb9c 100644 |
--- a/chrome/common/extensions/api/_manifest_features.json |
+++ b/chrome/common/extensions/api/_manifest_features.json |
@@ -72,6 +72,9 @@ |
"max_manifest_version": 1 |
}, |
"bluetooth": { |
+ // Note: The "bluetooth" manifest permission is used by the |
+ // chrome.bluetooth, chrome.bluetoothSocket and chrome.bluetoothLowEnergy |
+ // APIs. Split this property if the APIs get released at different dates. |
"channel": "dev", |
"extension_types": ["platform_app"] |
}, |