| Index: chrome/common/extensions/docs/static/manifest.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/static/manifest.html (revision 33448)
|
| +++ chrome/common/extensions/docs/static/manifest.html (working copy)
|
| @@ -34,7 +34,7 @@
|
|
|
| <em>// Add any of these that you need</em>
|
| "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html",
|
| - "<a href="ntp.html">chrome_url_overrides</a>": {...},
|
| + "<a href="override.html">chrome_url_overrides</a>": {...},
|
| "<a href="content_scripts.html">content_scripts</a>": [...],
|
| "<a href="options.html">options_page</a>": "<em>aFile</em>.html",
|
| "<a href="#permissions">permissions</a>": [...],
|
|
|