OLD | NEW |
1 <div id="pageData-name" 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, installable web app, and theme has a | 5 Every extension, installable web app, and theme 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. | 8 that provides important information. |
9 </p> | 9 </p> |
10 | 10 |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 You can specify locale-specific strings for this field; | 104 You can specify locale-specific strings for this field; |
105 see <a href="i18n.html">Internationalization</a> for details. | 105 see <a href="i18n.html">Internationalization</a> for details. |
106 </p> | 106 </p> |
107 | 107 |
108 <h3 id="homepage_url">homepage_url</h3> | 108 <h3 id="homepage_url">homepage_url</h3> |
109 | 109 |
110 <p> | 110 <p> |
111 The URL of the homepage for this extension. The extensions management page (chro
me://extensions) | 111 The URL of the homepage for this extension. The extensions management page (chro
me://extensions) |
112 will contain a link to this URL. This field is particularly useful if you | 112 will contain a link to this URL. This field is particularly useful if you |
113 <a href="hosting.html">host the extension on your own site</a>. If you distribut
e your | 113 <a href="hosting.html">host the extension on your own site</a>. If you distribut
e your |
114 extension using the <a href="https://chrome.google.com/extensions">Extensions Ga
llery</a>, | 114 extension using the <a href="https://chrome.google.com/extensions">Extensions Ga
llery</a> or <a href="https://chrome.google.com/webstore">Chrome Web Store</a>, |
115 the homepage URL defaults to the extension's own gallery page. | 115 the homepage URL defaults to the extension's own page. |
116 <!-- PENDING: check whether the same is true of the store --> | |
117 </p> | 116 </p> |
118 | 117 |
119 <h3 id="icons">icons</h3> | 118 <h3 id="icons">icons</h3> |
120 | 119 |
121 <p> | 120 <p> |
122 One or more icons that represent the extension, app, or theme. | 121 One or more icons that represent the extension, app, or theme. |
123 You should always provide a 128x128 icon; | 122 You should always provide a 128x128 icon; |
124 it's used during installation and by the Chrome Web Store. | 123 it's used during installation and by the Chrome Web Store. |
125 Extensions should also provide a 48x48 icon, | 124 Extensions should also provide a 48x48 icon, |
126 which is used in the extensions management page | 125 which is used in the extensions management page |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 A missing integer is equal to zero. | 447 A missing integer is equal to zero. |
449 For example, 1.1.9.9999 is newer than 1.1. | 448 For example, 1.1.9.9999 is newer than 1.1. |
450 </p> | 449 </p> |
451 | 450 |
452 <p> | 451 <p> |
453 For more information, see | 452 For more information, see |
454 <a href="autoupdate.html">Autoupdating</a>. | 453 <a href="autoupdate.html">Autoupdating</a>. |
455 </p> | 454 </p> |
456 | 455 |
457 <!-- [PENDING: Possibly: point to the store/dashboard and make a big deal of the
fact that autoupdating is free if you use them.] --> | 456 <!-- [PENDING: Possibly: point to the store/dashboard and make a big deal of the
fact that autoupdating is free if you use them.] --> |
OLD | NEW |