| Index: chrome/common/extensions/docs/manifest.html
|
| diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
|
| index 1401074c682d2533902c7a6bd49eb34dfa0933c3..2786ab24e4fe0c54617ebdbaa4715b75e3e216d0 100644
|
| --- a/chrome/common/extensions/docs/manifest.html
|
| +++ b/chrome/common/extensions/docs/manifest.html
|
| @@ -836,7 +836,11 @@ table.
|
| 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
|
|
|