Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Side by Side Diff: chrome/common/extensions/docs/static/manifest.html

Issue 7812015: Merge 98889 - Update references to the extension gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/835/src/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 <a href="http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specific ation.dev.html">Content Security Policy specification</a>. 134 <a href="http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specific ation.dev.html">Content Security Policy specification</a>.
135 </p> 135 </p>
136 136
137 137
138 <h3 id="homepage_url">homepage_url</h3> 138 <h3 id="homepage_url">homepage_url</h3>
139 139
140 <p> 140 <p>
141 The URL of the homepage for this extension. The extensions management page (chro me://extensions) 141 The URL of the homepage for this extension. The extensions management page (chro me://extensions)
142 will contain a link to this URL. This field is particularly useful if you 142 will contain a link to this URL. This field is particularly useful if you
143 <a href="hosting.html">host the extension on your own site</a>. If you distribut e your 143 <a href="hosting.html">host the extension on your own site</a>. If you distribut e your
144 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>, 144 extension using the <a href="https://chrome.google.com/webstore">Chrome Web Stor e</a>,
145 the homepage URL defaults to the extension's own page. 145 the homepage URL defaults to the extension's own page.
146 </p> 146 </p>
147 147
148 <h3 id="icons">icons</h3> 148 <h3 id="icons">icons</h3>
149 149
150 <p> 150 <p>
151 One or more icons that represent the extension, app, or theme. 151 One or more icons that represent the extension, app, or theme.
152 You should always provide a 128x128 icon; 152 You should always provide a 128x128 icon;
153 it's used during installation and by the Chrome Web Store. 153 it's used during installation and by the Chrome Web Store.
154 Extensions should also provide a 48x48 icon, 154 Extensions should also provide a 48x48 icon,
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 A missing integer is equal to zero. 609 A missing integer is equal to zero.
610 For example, 1.1.9.9999 is newer than 1.1. 610 For example, 1.1.9.9999 is newer than 1.1.
611 </p> 611 </p>
612 612
613 <p> 613 <p>
614 For more information, see 614 For more information, see
615 <a href="autoupdate.html">Autoupdating</a>. 615 <a href="autoupdate.html">Autoupdating</a>.
616 </p> 616 </p>
617 617
618 <!-- [PENDING: Possibly: point to the store/dashboard and make a big deal of the fact that autoupdating is free if you use them.] --> 618 <!-- [PENDING: Possibly: point to the store/dashboard and make a big deal of the fact that autoupdating is free if you use them.] -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/hosting.html ('k') | chrome/common/extensions/docs/static/npapi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698