Index: chrome/common/extensions/docs/static/manifest.html |
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html |
index 1cb3ce4a5011b72958641a79c0fb7887e5c3e935..2842ef3b6dbded0c73ffde5b548df44134e98263 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> |