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

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

Issue 7809008: Merge 98889 - Update references to the extension gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/782/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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 You can specify locale-specific strings for this field; 105 You can specify locale-specific strings for this field;
106 see <a href="i18n.html">Internationalization</a> for details. 106 see <a href="i18n.html">Internationalization</a> for details.
107 </p> 107 </p>
108 108
109 <h3 id="homepage_url">homepage_url</h3> 109 <h3 id="homepage_url">homepage_url</h3>
110 110
111 <p> 111 <p>
112 The URL of the homepage for this extension. The extensions management page (chro me://extensions) 112 The URL of the homepage for this extension. The extensions management page (chro me://extensions)
113 will contain a link to this URL. This field is particularly useful if you 113 will contain a link to this URL. This field is particularly useful if you
114 <a href="hosting.html">host the extension on your own site</a>. If you distribut e your 114 <a href="hosting.html">host the extension on your own site</a>. If you distribut e your
115 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 extension using the <a href="https://chrome.google.com/webstore">Chrome Web Stor e</a>,
116 the homepage URL defaults to the extension's own page. 116 the homepage URL defaults to the extension's own page.
117 </p> 117 </p>
118 118
119 <h3 id="icons">icons</h3> 119 <h3 id="icons">icons</h3>
120 120
121 <p> 121 <p>
122 One or more icons that represent the extension, app, or theme. 122 One or more icons that represent the extension, app, or theme.
123 You should always provide a 128x128 icon; 123 You should always provide a 128x128 icon;
124 it's used during installation and by the Chrome Web Store. 124 it's used during installation and by the Chrome Web Store.
125 Extensions should also provide a 48x48 icon, 125 Extensions should also provide a 48x48 icon,
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 A missing integer is equal to zero. 498 A missing integer is equal to zero.
499 For example, 1.1.9.9999 is newer than 1.1. 499 For example, 1.1.9.9999 is newer than 1.1.
500 </p> 500 </p>
501 501
502 <p> 502 <p>
503 For more information, see 503 For more information, see
504 <a href="autoupdate.html">Autoupdating</a>. 504 <a href="autoupdate.html">Autoupdating</a>.
505 </p> 505 </p>
506 506
507 <!-- [PENDING: Possibly: point to the store/dashboard and make a big deal of the fact that autoupdating is free if you use them.] --> 507 <!-- [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