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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 <a href="http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specific
ation.dev.html">Content Security Policy specification</a>. | 135 <a href="http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specific
ation.dev.html">Content Security Policy specification</a>. |
136 </p> | 136 </p> |
137 | 137 |
138 | 138 |
139 <h3 id="homepage_url">homepage_url</h3> | 139 <h3 id="homepage_url">homepage_url</h3> |
140 | 140 |
141 <p> | 141 <p> |
142 The URL of the homepage for this extension. The extensions management page (chro
me://extensions) | 142 The URL of the homepage for this extension. The extensions management page (chro
me://extensions) |
143 will contain a link to this URL. This field is particularly useful if you | 143 will contain a link to this URL. This field is particularly useful if you |
144 <a href="hosting.html">host the extension on your own site</a>. If you distribut
e your | 144 <a href="hosting.html">host the extension on your own site</a>. If you distribut
e your |
145 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>, | 145 extension using the <a href="https://chrome.google.com/webstore">Chrome Web Stor
e</a>, |
146 the homepage URL defaults to the extension's own page. | 146 the homepage URL defaults to the extension's own page. |
147 </p> | 147 </p> |
148 | 148 |
149 <h3 id="icons">icons</h3> | 149 <h3 id="icons">icons</h3> |
150 | 150 |
151 <p> | 151 <p> |
152 One or more icons that represent the extension, app, or theme. | 152 One or more icons that represent the extension, app, or theme. |
153 You should always provide a 128x128 icon; | 153 You should always provide a 128x128 icon; |
154 it's used during installation and by the Chrome Web Store. | 154 it's used during installation and by the Chrome Web Store. |
155 Extensions should also provide a 48x48 icon, | 155 Extensions should also provide a 48x48 icon, |
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 A missing integer is equal to zero. | 616 A missing integer is equal to zero. |
617 For example, 1.1.9.9999 is newer than 1.1. | 617 For example, 1.1.9.9999 is newer than 1.1. |
618 </p> | 618 </p> |
619 | 619 |
620 <p> | 620 <p> |
621 For more information, see | 621 For more information, see |
622 <a href="autoupdate.html">Autoupdating</a>. | 622 <a href="autoupdate.html">Autoupdating</a>. |
623 </p> | 623 </p> |
624 | 624 |
625 <!-- [PENDING: Possibly: point to the store/dashboard and make a big deal of the
fact that autoupdating is free if you use them.] --> | 625 <!-- [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 |