OLD | NEW |
1 <h1>Manifest File Format</h1> | 1 <h1>Manifest File Format</h1> |
2 | 2 |
3 | |
4 <p> | 3 <p> |
5 Every extension, installable web app, and theme has a | 4 Every extension, installable web app, and theme has a |
6 <a href="http://www.json.org">JSON</a>-formatted manifest file, | 5 <a href="http://www.json.org">JSON</a>-formatted manifest file, |
7 named <code>manifest.json</code>, | 6 named <code>manifest.json</code>, |
8 that provides important information. | 7 that provides important information. |
9 </p> | 8 </p> |
10 | 9 |
11 <h2 id="overview"> Field summary </h2> | 10 <h2 id="overview"> Field summary </h2> |
12 | 11 |
13 <p> | 12 <p> |
14 The following code shows the supported manifest fields, | 13 The following code shows the supported manifest fields, |
15 with links to the page that discusses each field. | 14 with links to the page that discusses each field. |
16 The only fields that are always required | 15 The only fields that are always required |
17 are <b>name</b> and <b>version</b>. | 16 are <b>name</b> and <b>version</b>. |
18 </p> | 17 </p> |
19 | 18 |
20 {{+partials.manifest_example manifest_source:manifest_source/}} | 19 {{+partials.manifest_example manifest_source:manifest_source/}} |
OLD | NEW |