| OLD | NEW |
| 1 <h1>What Are Packaged Apps?</h1> | 1 <h1 class="page_title">What Are Packaged Apps?</h1> |
| 2 <p> | 2 <p> |
| 3 Packaged apps deliver an experience as capable as a native app, | 3 Packaged apps deliver an experience as capable as a native app, |
| 4 but as safe as a web page. | 4 but as safe as a web page. |
| 5 Just like web apps, | 5 Just like web apps, |
| 6 packaged apps are written in HTML5, JavaScript, and CSS. | 6 packaged apps are written in HTML5, JavaScript, and CSS. |
| 7 But packaged apps look and behave like native apps, | 7 But packaged apps look and behave like native apps, |
| 8 and they have native-like capabilities | 8 and they have native-like capabilities |
| 9 that are much more powerful than those available to web apps. | 9 that are much more powerful than those available to web apps. |
| 10 </p> | 10 </p> |
| 11 | 11 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 and how to connect your app to other apps using web intents. | 103 and how to connect your app to other apps using web intents. |
| 104 </li> | 104 </li> |
| 105 <li> | 105 <li> |
| 106 <a href="app_deprecated.html">Disabled Features</a> | 106 <a href="app_deprecated.html">Disabled Features</a> |
| 107 describes the web features that have been disabled | 107 describes the web features that have been disabled |
| 108 and what to use in their place, where relevant. | 108 and what to use in their place, where relevant. |
| 109 </li> | 109 </li> |
| 110 </ul> | 110 </ul> |
| 111 | 111 |
| 112 <p class="backtotop"><a href="#top">Back to top</a></p> | 112 <p class="backtotop"><a href="#top">Back to top</a></p> |
| OLD | NEW |