Index: trunk/src/chrome/common/extensions/api/context_menus.json |
=================================================================== |
--- trunk/src/chrome/common/extensions/api/context_menus.json (revision 288421) |
+++ trunk/src/chrome/common/extensions/api/context_menus.json (working copy) |
@@ -6,12 +6,6 @@ |
{ |
"namespace": "contextMenus", |
"description": "Use the <code>chrome.contextMenus</code> API to add items to Google Chrome's context menu. You can choose what types of objects your context menu additions apply to, such as images, hyperlinks, and pages.", |
- "properties": { |
- "ACTION_MENU_TOP_LEVEL_LIMIT": { |
- "value": 6, |
- "description": "The maximum number of top level extension items that can be added to an extension action context menu. Any items beyond this limit will be ignored." |
- } |
- }, |
"functions": [ |
{ |
"name": "create", |
@@ -54,7 +48,7 @@ |
"type": "array", |
"items": { |
"type": "string", |
- "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio", "launcher", "browser_action", "page_action"] |
+ "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio", "launcher"] |
}, |
"minItems": 1, |
"optional": true, |
@@ -149,7 +143,7 @@ |
"type": "array", |
"items": { |
"type": "string", |
- "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio", "launcher", "browser_action", "page_action"] |
+ "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio", "launcher"] |
}, |
"minItems": 1, |
"optional": true |