| OLD | NEW |
| 1 </p><h1 id="naming">Manifest - Name and Short Name</h1> | 1 </p><h1 id="naming">Manifest - Name and Short Name</h1> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 The <code>name</code> and <code>short_name</code> manifest properties are short, | 4 The <code>name</code> and <code>short_name</code> manifest properties are short, |
| 5 plain text strings that identify the {{platform}}. You can specify | 5 plain text strings that identify the {{platform}}. You can specify |
| 6 locale-specific strings for both fields; see | 6 locale-specific strings for both fields; see |
| 7 <a href="http://developer.chrome.com/extensions/i18n.html">Internationalization<
/a> | 7 <a href="http://developer.chrome.com/extensions/i18n">Internationalization</a> |
| 8 for details. | 8 for details. |
| 9 </p> | 9 </p> |
| 10 | 10 |
| 11 <h2 id="name">Name</h2> | 11 <h2 id="name">Name</h2> |
| 12 | 12 |
| 13 <p> | 13 <p> |
| 14 The <code>name</code> (maximum of 45 characters) is the primary identifier of | 14 The <code>name</code> (maximum of 45 characters) is the primary identifier of |
| 15 the {{platform}} and is a required field. It is displayed in the following | 15 the {{platform}} and is a required field. It is displayed in the following |
| 16 locations: | 16 locations: |
| 17 </p> | 17 </p> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 29 version of the {{platform}}'s name. It is an optional field and if not | 29 version of the {{platform}}'s name. It is an optional field and if not |
| 30 specified, the <code>name</code> will be used, though it will likely be | 30 specified, the <code>name</code> will be used, though it will likely be |
| 31 truncated. The short name is typically used where there is insufficient space | 31 truncated. The short name is typically used where there is insufficient space |
| 32 to display the full name, such as: | 32 to display the full name, such as: |
| 33 </p> | 33 </p> |
| 34 | 34 |
| 35 <ul> | 35 <ul> |
| 36 <li>App launcher</li> | 36 <li>App launcher</li> |
| 37 <li>New Tab page</li> | 37 <li>New Tab page</li> |
| 38 </ul> | 38 </ul> |
| OLD | NEW |