| Index: chrome/common/extensions/docs/templates/articles/manifest.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/manifest.html b/chrome/common/extensions/docs/templates/articles/manifest.html
|
| index 769b8414920fcbbd0faaa44bd1e9e7ff22d068dd..985f155b7fc316e0e6e96d0334f153cc2e63c689 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/manifest.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/manifest.html
|
| @@ -62,7 +62,7 @@ are <b>name</b> and <b>version</b>.
|
| </pre>
|
|
|
|
|
| -<h2>Field details</h2>
|
| +<h2 id="field">Field details</h2>
|
|
|
| <p>
|
| This section covers fields that aren't described in another page.
|
| @@ -251,7 +251,7 @@ The "disposition" is either "inline" or "window". Intents with "window" disposit
|
| For more information on intents, refer to the <a href="http://dvcs.w3.org/hg/web-intents/raw-file/tip/spec/Overview.html">Web Intents specification</a> and <a href="http://www.webintents.org">webintents.org</a>.
|
| </p>
|
|
|
| -<h4>Handling content types via intents</h4>
|
| +<h4 id="handling">Handling content types via intents</h4>
|
|
|
| <p>
|
| Web Intents can be registered as content type viewers. To do that, the action verb must be <a href="http://webintents.org/view">"http://webintents.org/view"</a>, and the content type must be a white-listed MIME type.
|
| @@ -836,7 +836,7 @@ explicitly intended to be web accessible serves to both minimize the available
|
| attack surface and protect the privacy of users.
|
| </p>
|
|
|
| -<h4>Default Availability</h4>
|
| +<h4 id="availability">Default Availability</h4>
|
|
|
| <p>
|
| Resources inside of packages using <a href="#manifest_version"><code>manifest_version</code></a>
|
|
|