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

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

Issue 465039: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: Created 11 years 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
OLDNEW
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
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.] -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/index.html ('k') | chrome/common/extensions/docs/static/match_patterns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698