| Index: chrome/common/extensions/docs/manifest.html
|
| diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
|
| index a1a67cb0e454303a1e50c111654d4379f706b309..e476ee926aadc87668b454a5eb5abfe11f2bfa54 100644
|
| --- a/chrome/common/extensions/docs/manifest.html
|
| +++ b/chrome/common/extensions/docs/manifest.html
|
| @@ -146,6 +146,7 @@
|
| <li>Browser UI
|
| <ul>
|
| <li><a href="browserAction.html">Browser Actions</a></li>
|
| + <li><a href="contextMenus.html">Context Menus</a></li>
|
| <li><a href="notifications.html">Desktop Notifications</a></li>
|
| <li><a href="options.html">Options Pages</a></li>
|
| <li><a href="override.html">Override Pages</a></li>
|
| @@ -549,6 +550,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>
|
|
|