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..100334ae492d671fe2ac275f6a209e77c314a898 100644 |
--- a/chrome/common/extensions/docs/manifest.html |
+++ b/chrome/common/extensions/docs/manifest.html |
@@ -107,6 +107,46 @@ |
</div> |
</dl> |
</div> |
+ |
+ <!-- Individual subsections from the table of contents --> |
+ <ol> |
+ <li id="propertiesTocTemplate"> |
+ <a href="#properties">Properties</a> |
+ <ol> |
+ <li> |
+ <a href="#property-anchor">propertyName</a> |
+ </li> |
+ </ol> |
+ </li> |
+ <li id="methodsTocTemplate"> |
+ <a>Methods</a> |
+ <ol> |
+ <li> |
+ <a href="#method-anchor">methodName</a> |
+ </li> |
+ </ol> |
+ </li> |
+ <li id="eventsTocTemplate"> |
+ <a>Events</a> |
+ <ol> |
+ <li> |
+ <a href="#event-anchor">eventName</a> |
+ </li> |
+ </ol> |
+ </li> |
+ <li id="typesTocTemplate"> |
+ <a href="#types">Types</a> |
+ <ol> |
+ <li> |
+ <a href="#id-anchor">id</a> |
+ <ol> |
+ <div></div> |
+ <div></div> |
+ </ol> |
+ </li> |
+ </ol> |
+ </li> |
+ </ol> |
</div> <!-- /SUBTEMPLATES --> |
<a id="top"></a> |
@@ -301,38 +341,10 @@ |
<li style="display: none; "> |
<a href="#apiReference">API reference</a> |
<ol> |
- <li> |
- <a href="#properties">Properties</a> |
- <ol> |
- <li> |
- <a href="#property-anchor">propertyName</a> |
- </li> |
- </ol> |
- </li> |
- <li> |
- <a>Methods</a> |
- <ol> |
- <li> |
- <a href="#method-anchor">methodName</a> |
- </li> |
- </ol> |
- </li> |
- <li> |
- <a>Events</a> |
- <ol> |
- <li> |
- <a href="#event-anchor">eventName</a> |
- </li> |
- </ol> |
- </li> |
- <li> |
- <a href="#types">Types</a> |
- <ol> |
- <li> |
- <a href="#id-anchor">id</a> |
- </li> |
- </ol> |
- </li> |
+ <div></div> |
+ <div></div> |
+ <div></div> |
+ <div></div> |
</ol> |
</li> |
</ol> |
@@ -836,7 +848,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 |