| OLD | NEW |
| 1 <h1>Packaged Apps</h1> | 1 <h1>Packaged Apps</h1> |
| 2 | 2 |
| 3 | 3 |
| 4 <p class="warning"> | 4 <p class="warning"> |
| 5 <b>Warning: </b> | 5 <b>Warning: </b> |
| 6 All content in this doc refers to the legacy version of packaged apps. | 6 All content in this doc refers to the legacy version of packaged apps. |
| 7 Your legacy packaged apps will still work, | 7 Your legacy packaged apps will still work, |
| 8 but you won't have access to any of the new APIs. | 8 but you won't have access to any of the new APIs. |
| 9 Check out the new version of | 9 Check out the new version of |
| 10 <a href="../apps/about_apps.html">packaged apps</a>; | 10 <a href="../apps/about_apps.html">packaged apps</a>; |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 </dd> | 151 </dd> |
| 152 </dl> | 152 </dl> |
| 153 | 153 |
| 154 <p> | 154 <p> |
| 155 Packaged apps usually provide a 16x16 icon | 155 Packaged apps usually provide a 16x16 icon |
| 156 to be used as the favicon for | 156 to be used as the favicon for |
| 157 tabs that contain app's pages. | 157 tabs that contain app's pages. |
| 158 They also should provide a 128x128 icon, | 158 They also should provide a 128x128 icon, |
| 159 but not a 48x48 icon. | 159 but not a 48x48 icon. |
| 160 See the manifest documentation for the | 160 See the manifest documentation for the |
| 161 <a href="manifest.html#icons">"icons" field</a> | 161 <a href="manifest/icons.html">"icons" field</a> |
| 162 for more information. | 162 for more information. |
| 163 </p> | 163 </p> |
| 164 | 164 |
| 165 <p> | 165 <p> |
| 166 For further details on what a packaged app's manifest can contain, see the | 166 For further details on what a packaged app's manifest can contain, see the |
| 167 <a href="manifest.html">manifest documentation</a>. | 167 <a href="manifest.html">manifest documentation</a>. |
| 168 </p> | 168 </p> |
| 169 | 169 |
| 170 <h2 id="next">What next?</h2> | 170 <h2 id="next">What next?</h2> |
| 171 | 171 |
| 172 <p> | 172 <p> |
| 173 Read the <a href="overview.html">Overview</a> to learn | 173 Read the <a href="overview.html">Overview</a> to learn |
| 174 basic concepts about extensions. | 174 basic concepts about extensions. |
| 175 </p> | 175 </p> |
| 176 | 176 |
| 177 <p class="backtotop"><a href="#top">Back to top</a></p> | 177 <p class="backtotop"><a href="#top">Back to top</a></p> |
| OLD | NEW |