Index: trunk/src/chrome/common/extensions/docs/templates/articles/apps_manifest.html |
=================================================================== |
--- trunk/src/chrome/common/extensions/docs/templates/articles/apps_manifest.html (revision 199633) |
+++ trunk/src/chrome/common/extensions/docs/templates/articles/apps_manifest.html (working copy) |
@@ -1,20 +0,0 @@ |
-<h1>Formats: Manifest Files</h1> |
- |
- |
-<p> |
-Every extension, installable web app, and theme has a |
-<a href="http://www.json.org">JSON</a>-formatted manifest file, |
-named <code>manifest.json</code>, |
-that provides important information. |
-</p> |
- |
-<h2 id="overview"> Field summary </h2> |
- |
-<p> |
-The following code shows the supported manifest fields, |
-with links to the page that discusses each field. |
-The only fields that are always required |
-are <b>name</b> and <b>version</b>. |
-</p> |
- |
-{{+partials.manifest_example manifest_source:manifest_source.apps}} |