Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / articles / manifest / app.html
blobf58707041ff926046151e556bd329a4c89b84df8
1 <h1 id="app">Manifest - App</h1>
3 <p>
4 Used by <a href="http://developer.chrome.com/trunk/apps/app_lifecycle#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>