| 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"
|
|
|