OLD | NEW |
1 <div id="pageData-name" class="pageData">Before You Start</div> | 1 <h1>Before You Start</h1> |
2 <div id="pageData-showTOC" class="pageData">true</div> | 2 |
3 | 3 |
4 <p> | 4 <p> |
5 This documentation tells you how to write packaged apps. | 5 This documentation tells you how to write packaged apps. |
6 All developers, however, should know that the new APIs | 6 All developers, however, should know that the new APIs |
7 for packaged apps are being released as a developer preview. | 7 for packaged apps are being released as a developer preview. |
8 This means that they are evolving daily, | 8 This means that they are evolving daily, |
9 and anything you read now might be different in the near future. | 9 and anything you read now might be different in the near future. |
10 Please keep up to date with the API reference and documentation. | 10 Please keep up to date with the API reference and documentation. |
11 If you hit any stumbling blocks, | 11 If you hit any stumbling blocks, |
12 feedback is welcome at | 12 feedback is welcome at |
(...skipping 26 matching lines...) Expand all Loading... |
39 <p> | 39 <p> |
40 If you're familiar with the Chrome extension docs, | 40 If you're familiar with the Chrome extension docs, |
41 then the Reference docs should seem familiar. | 41 then the Reference docs should seem familiar. |
42 Packaged apps and extensions share a common platform. | 42 Packaged apps and extensions share a common platform. |
43 They can access many of the same APIs, | 43 They can access many of the same APIs, |
44 they have the same manifest and permissions format. | 44 they have the same manifest and permissions format. |
45 Many of the reference docs are shared; | 45 Many of the reference docs are shared; |
46 we've filtered accessibility to docs that aren't shared. | 46 we've filtered accessibility to docs that aren't shared. |
47 </p> | 47 </p> |
48 | 48 |
49 <p class="backtotop"><a href="#top">Back to top</a></p> | 49 <p class="backtotop"><a href="#top">Back to top</a></p> |
50 | |
OLD | NEW |