OLD | NEW |
1 <meta name="doc-family" content="apps"> | 1 <meta name="doc-family" content="apps"> |
2 <h1>What Are Packaged Apps?</h1> | 2 <h1>What Are Packaged Apps?</h1> |
3 | 3 |
4 | |
5 <p> | 4 <p> |
6 Packaged apps deliver an experience as capable as a native app, | 5 Packaged apps deliver an experience as capable as a native app, |
7 but as safe as a web page. | 6 but as safe as a web page. |
8 Just like web apps, | 7 Just like web apps, |
9 packaged apps are written in HTML5, JavaScript, and CSS. | 8 packaged apps are written in HTML5, JavaScript, and CSS. |
10 But packaged apps look and behave like native apps, | 9 But packaged apps look and behave like native apps, |
11 and they have native-like capabilities | 10 and they have native-like capabilities |
12 that are much more powerful than those available to web apps. | 11 that are much more powerful than those available to web apps. |
13 </p> | 12 </p> |
14 | 13 |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 <a href="app_network.html">Advanced Technologies</a> | 106 <a href="app_network.html">Advanced Technologies</a> |
108 shows how to use the powerful network and hardware APIs. | 107 shows how to use the powerful network and hardware APIs. |
109 </li> | 108 </li> |
110 <li> | 109 <li> |
111 <a href="app_deprecated.html">Disabled Features</a> | 110 <a href="app_deprecated.html">Disabled Features</a> |
112 describes the web features that have been disabled | 111 describes the web features that have been disabled |
113 and what to use in their place, where relevant. | 112 and what to use in their place, where relevant. |
114 </li> | 113 </li> |
115 </ul> | 114 </ul> |
116 | 115 |
117 <p class="backtotop"><a href="#top">Back to top</a></p> | 116 <p class="backtotop"><a href="#top">Back to top</a></p> |
OLD | NEW |