Index: chrome/common/extensions/docs/manifest.html |
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html |
index 04ffe28897048c43dd0826a7de594db23b1b1177..df44e028e86ef5e03b3b2339467ba1d16bc22f47 100644 |
--- a/chrome/common/extensions/docs/manifest.html |
+++ b/chrome/common/extensions/docs/manifest.html |
@@ -948,6 +948,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> "webRequest_blocking" </td> |
+ <td> Required if the extension uses the |
+ <a href="webRequest.html">chrome.webRequest</a> module in a blocking |
+ fashion. </td> |
+</tr> |
</tbody></table> |