- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / articles / manifest / app.html
1 <h1 id="app">Manifest - App</h1>
2
3 <p>
4 Used by <a href="http://developer.chrome.com/trunk/apps/app_lifecycle.html#eventpage">packaged apps</a>
5 to specify the app's background scripts.
6 Also used by <a href="https://developers.google.com/chrome/apps/docs/developers_guide#live">hosted apps</a>
7 to specify the URLs that the app uses.
8 </p>