OLD | NEW |
1 <h1 id="version">Manifest - Version</h1> | 1 <h1 id="version">Manifest - Version</h1> |
2 | 2 |
3 <p> | 3 <p> |
4 One to four dot-separated integers | 4 One to four dot-separated integers |
5 identifying the version of this extension. | 5 identifying the version of this extension. |
6 A couple of rules apply to the integers: | 6 A couple of rules apply to the integers: |
7 they must be between 0 and 65535, inclusive, | 7 they must be between 0 and 65535, inclusive, |
8 and non-zero integers can't start with 0. | 8 and non-zero integers can't start with 0. |
9 For example, 99999 and 032 are both invalid. | 9 For example, 99999 and 032 are both invalid. |
10 </p> | 10 </p> |
(...skipping 26 matching lines...) Expand all Loading... |
37 For example, 1.2.0 is a newer version than 1.1.9.9999. | 37 For example, 1.2.0 is a newer version than 1.1.9.9999. |
38 </p> | 38 </p> |
39 | 39 |
40 <p> | 40 <p> |
41 A missing integer is equal to zero. | 41 A missing integer is equal to zero. |
42 For example, 1.1.9.9999 is newer than 1.1. | 42 For example, 1.1.9.9999 is newer than 1.1. |
43 </p> | 43 </p> |
44 | 44 |
45 <p> | 45 <p> |
46 For more information, see | 46 For more information, see |
47 <a href="http://developer.chrome.com/extensions/autoupdate.html">Autoupdating</a
>. | 47 <a href="http://developer.chrome.com/extensions/autoupdate">Autoupdating</a>. |
48 </p> | 48 </p> |
OLD | NEW |