| Index: chrome/common/extensions/api/context_menus.json
|
| diff --git a/chrome/common/extensions/api/context_menus.json b/chrome/common/extensions/api/context_menus.json
|
| index 5a333ebb9f6aa7ab61b44dc4cc57f5f59371e3d4..50beebcabe514d4b16c08bb1bdb89c93b080728a 100644
|
| --- a/chrome/common/extensions/api/context_menus.json
|
| +++ b/chrome/common/extensions/api/context_menus.json
|
| @@ -115,7 +115,7 @@
|
| "type": "array",
|
| "items": {
|
| "type": "string",
|
| - "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio"]
|
| + "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio", "launcher"]
|
| },
|
| "minItems": 1,
|
| "optional": true,
|
| @@ -209,7 +209,7 @@
|
| "type": "array",
|
| "items": {
|
| "type": "string",
|
| - "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio"]
|
| + "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio", "launcher"]
|
| },
|
| "minItems": 1,
|
| "optional": true
|
|
|