Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1063)

Unified Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 189263004: Bluetooth: write documentation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/json/manifest.json
diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
index 149dec22c915bd606a7b16e8e8f0615f5ab93a38..2c098c6b0a488450c003ec9afb9f8e69f6a01f31 100644
--- a/chrome/common/extensions/docs/templates/json/manifest.json
+++ b/chrome/common/extensions/docs/templates/json/manifest.json
@@ -16,7 +16,13 @@
"example": false,
"level": "recommended"
},
- "browser_action": {
+ "bluetooth": {
+ "documentation": "manifest/bluetooth.html",
+ "example": {
+ "profiles": [ "1105", "1006" ]
+ }
+ },
+ "browser_action": {
"documentation": "browserAction.html",
"example": {},
"level": "only_one"

Powered by Google App Engine
This is Rietveld 408576698