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="/{{branchInfo.current}}/apps/about_apps.html">packaged apps</a>; | 10 <a href="/apps/about_apps.html">packaged apps</a>; |
11 otherwise, you're missing out! | 11 otherwise, you're missing out! |
12 </p> | 12 </p> |
13 | 13 |
14 <p> | 14 <p> |
15 This page talks about packaged apps—how | 15 This page talks about packaged apps—how |
16 you implement them, | 16 you implement them, |
17 and how they're different from | 17 and how they're different from |
18 extensions and ordinary web apps. | 18 extensions and ordinary web apps. |
19 </p> | 19 </p> |
20 | 20 |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 |