Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / common / extensions / docs / examples / apps / background-simple / README
blobdc74c5a653e222246f68c0013dc882964e7924c9
1 This example demonstrates background window functionality in a hosted app.
2 To run the app, you first need to edit it and install it:
4 1. Put index.html and background.html in a directory where the HTTP server
5    can find them.
7 2. Edit manifest.json. Search for SOME_, replacing the text with URLs
8    pointing to the launch page (index.html) and to the directory where
9    index.html and background.html live.
11 3. Install the app from manifest.json. You can use the Load unpacked extension
12    button on the chrome://extensions page.
14 Once the app is installed, you can launch it by clicking its icon on the
15 New Tab page.
17 For more information, see the documentation:
19    http://code.google.com/chrome/apps/docs/developers_guide.html