OLD | NEW |
1 <div id="pageData-title" class="pageData">Formats: Manifest Files</div> | 1 <div id="pageData-name" class="pageData">Formats: Manifest Files</div> |
2 <div id="pageData-showTOC" class="pageData">true</div> | 2 <div id="pageData-showTOC" class="pageData">true</div> |
3 | 3 |
4 <p> | 4 <p> |
5 Every extension has a | 5 Every extension has a |
6 <a href="http://www.json.org">JSON</a>-formatted manifest file, | 6 <a href="http://www.json.org">JSON</a>-formatted manifest file, |
7 named <code>manifest.json</code>, | 7 named <code>manifest.json</code>, |
8 that provides important information about the extension. | 8 that provides important information about the extension. |
9 </p> | 9 </p> |
10 | 10 |
11 <h2 id="overview"> Field summary </h2> | 11 <h2 id="overview"> Field summary </h2> |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 A missing integer is equal to zero. | 182 A missing integer is equal to zero. |
183 For example, 1.1.9.9999 is newer than 1.1. | 183 For example, 1.1.9.9999 is newer than 1.1. |
184 </p> | 184 </p> |
185 | 185 |
186 <p> | 186 <p> |
187 For more information, see | 187 For more information, see |
188 <a href="autoupdate.html">Autoupdating</a>. | 188 <a href="autoupdate.html">Autoupdating</a>. |
189 </p> | 189 </p> |
190 | 190 |
191 <!-- [PENDING: Possibly: point to the gallery and make a big deal of the fact th
at autoupdating is free if you use the gallery.] --> | 191 <!-- [PENDING: Possibly: point to the gallery and make a big deal of the fact th
at autoupdating is free if you use the gallery.] --> |
OLD | NEW |