| OLD | NEW |
| 1 <p id="classSummary"> | 1 <table class="intro"> |
| 2 Use the <code>chrome.app.runtime</code> module | 2 <tr> |
| 3 to manage the app lifecycle. | 3 <th scope="col"></th> |
| 4 The app runtime manages app installation, | 4 <th scope="col"></th> |
| 5 controls the event page, and | 5 </tr> |
| 6 can shut down the app at anytime. | 6 <tr> |
| 7 </p> | 7 <td><strong>Description:</strong></td> |
| 8 | 8 <td>Use the <code>chrome.app.runtime</code> module |
| 9 <h4>Related Documentation</h4> | 9 to manage the app lifecycle. |
| 10 <ul> | 10 The app runtime manages app installation, |
| 11 » <li><a href="app_lifecycle.html">Manage App Lifecycle</a></li> | 11 controls the event page, and |
| 12 </ul> | 12 can shut down the app at anytime.</td> |
| 13 </tr> |
| 14 <tr> |
| 15 <td><strong>Availability:</strong></td> |
| 16 <td>Google Chrome 23</td> |
| 17 </tr> |
| 18 <tr> |
| 19 <td><strong>Permissions:</strong></td> |
| 20 <td>None</td> |
| 21 </tr> |
| 22 <tr> |
| 23 <td><strong>Learn more:</strong></td> |
| 24 <td><a href="app_lifecycle.html">Manage App Lifecycle</a><br> |
| 25 <a href="https://developers.google.com/live/shows/10291095/">Chrome Office H
ours: Introduction to Chrome Apps</a></td> |
| 26 </tr> |
| 27 </table> |
| OLD | NEW |