diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/manifest.html')
-rw-r--r-- | chrome/common/extensions/docs/static/manifest.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index 1cb3ce4..2842ef3 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -264,6 +264,11 @@ The following table lists the permissions an extension can use. </td> </tr> <tr> + <td> "contextMenus" </td> + <td> Required if the extension uses the + <a href="contextMenus.html">context menus</a> module. </td> +</tr> +<tr> <td> "cookies" </td> <td> Required if the extension uses the <a href="cookies.html">chrome.cookies</a> module. </td> |