Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9938)

Unified Diff: chrome/common/extensions/docs/templates/articles/extensions_manifest.html

Issue 16410002: Docserver manifest follow up (rewrite) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gen-manifest-try-2
Patch Set: more idiomatic/less explicit copying Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/articles/extensions_manifest.html
diff --git a/chrome/common/extensions/docs/templates/articles/extensions_manifest.html b/chrome/common/extensions/docs/templates/articles/extensions_manifest.html
deleted file mode 100644
index a6de39ac0530378a56ddeb636a2d3eaf04546c18..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/templates/articles/extensions_manifest.html
+++ /dev/null
@@ -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.extensions}}

Powered by Google App Engine
This is Rietveld 408576698