Index: chrome/common/extensions/docs/static/manifest.html |
=================================================================== |
--- chrome/common/extensions/docs/static/manifest.html (revision 107134) |
+++ chrome/common/extensions/docs/static/manifest.html (working copy) |
@@ -494,8 +494,12 @@ |
for hosted apps</b>; it's recommended for extensions and packaged apps. |
</td> |
</tr> |
- |
<tr> |
+ <td> "contentSettings" </td> |
+ <td> Required if the extension uses the |
+ <a href="contentSettings.html">chrome.contentSettings</a> module. </td> |
+</tr> |
+<tr> |
<td> "contextMenus" </td> |
<td> Required if the extension uses the |
<a href="contextMenus.html">chrome.contextMenus</a> module. </td> |