| Index: chrome/common/extensions/docs/server2/templates/intros/management.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/intros/management.html b/chrome/common/extensions/docs/server2/templates/intros/management.html
|
| index 1a11b01584df417e8805f3753d6709f538e1cdfc..ae5076ab73d96d3eb0ba94ea714fafe811cb8bb4 100644
|
| --- a/chrome/common/extensions/docs/server2/templates/intros/management.html
|
| +++ b/chrome/common/extensions/docs/server2/templates/intros/management.html
|
| @@ -1,8 +1,9 @@
|
| -<!-- BEGIN AUTHORED CONTENT -->
|
| <p id="classSummary">
|
| The <code>chrome.management</code> module provides ways to manage the list of extensions/apps that are installed and running. It is particularly useful for extensions that <a href="override.html">override</a> the built-in New Tab page.
|
| </p>
|
| +
|
| <h2 id="manifest">Manifest</h2>
|
| +
|
| <p>You must declare the "management" permission
|
| in the <a href="manifest.html">extension manifest</a>
|
| to use the management API.
|
| @@ -15,8 +16,8 @@ For example:</p>
|
| ]</b>,
|
| ...
|
| }</pre>
|
| +
|
| <p>
|
| The one method that doesn't require the "management" permission is
|
| <a href="#method-getPermissionWarningsByManifest"><code>getPermissionWarningsByManifest</code></a>
|
| -</p>
|
| -<!-- END AUTHORED CONTENT -->
|
| +</p>
|
|
|