Index: chrome/common/extensions/docs/extensions/manifest.html |
=================================================================== |
--- chrome/common/extensions/docs/extensions/manifest.html (revision 145918) |
+++ chrome/common/extensions/docs/extensions/manifest.html (working copy) |
@@ -766,6 +766,11 @@ |
<a href="proxy.html">chrome.proxy</a> module. </td> |
</tr> |
<tr> |
+ <td> "storage" </td> |
+ <td> Required if the extension uses the |
+ <a href="storage.html">chrome.storage</a> module. </td> |
+</tr> |
+<tr> |
<td> "tabs" </td> |
<td> Required if the extension uses the |
<a href="tabs.html">chrome.tabs</a> or |