Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / articles / manifest.html
blobf719260f7b8e3328bcc662ec4e1d00ed1f9c900a
1 <h1>Manifest File Format</h1>
3 <p>
4 Every extension, installable web app, and theme has a
5 <a href="http://www.json.org">JSON</a>-formatted manifest file,
6 named <code>manifest.json</code>,
7 that provides important information.
8 </p>
10 <h2 id="overview"> Field summary </h2>
12 <p>
13 The following code shows the supported manifest fields,
14 with links to the page that discusses each field.
15 The only fields that are always required
16 are <b>name</b> and <b>version</b>.
17 </p>
19 {{+partials.manifest_example manifest_source:manifest_source/}}