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 cbed44762af5dc05fcbbb95853b04d5abd0405f9..19fdbdc67fbf56c5e60770b2c0a52ee2111441c3 100644 |
--- a/chrome/common/extensions/docs/static/manifest.html |
+++ b/chrome/common/extensions/docs/static/manifest.html |
@@ -591,6 +591,17 @@ table. |
<td> Required if the extension uses the |
<a href="webNavigation.html">chrome.webNavigation</a> module. </td> |
</tr> |
+<tr> |
+ <td> "webRequest" </td> |
+ <td> Required if the extension uses the |
+ <a href="webRequest.html">chrome.webRequest</a> module. </td> |
+</tr> |
+<tr> |
+ <td> "webRequestBlocking" </td> |
+ <td> Required if the extension uses the |
+ <a href="webRequest.html">chrome.webRequest</a> module in a blocking |
+ fashion. </td> |
+</tr> |
</tr> |
</table> |