Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / articles / manifest.html
blob1cd8ba66f56774e4349d43cbf20fe3da3b0c0840
1 <h1>Manifest File Format</h1>
3 <p>
4 Every {{platform}} has a <a href="http://www.json.org">JSON</a>-formatted
5 manifest file, named <code>manifest.json</code>, that provides important
6 information.
7 </p>
9 <h2 id="overview">Field summary</h2>
11 <p>
12 The following code shows the supported manifest fields for {{platformTitle}},
13 with links to the page that discusses each field.
14 </p>
16 {{+partials.manifest_example manifest_source:manifest_source/}}