-
Notifications
You must be signed in to change notification settings - Fork 455
Expand file tree
/
Copy pathREADME
More file actions
19 lines (13 loc) · 732 Bytes
/
README
File metadata and controls
19 lines (13 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This example demonstrates background window functionality in a hosted app.
To run the app, you first need to edit it and install it:
1. Put index.html and background.html in a directory where the HTTP server
can find them.
2. Edit manifest.json. Search for SOME_, replacing the text with URLs
pointing to the launch page (index.html) and to the directory where
index.html and background.html live.
3. Install the app from manifest.json. You can use the Load unpacked extension
button on the chrome://extensions page.
Once the app is installed, you can launch it by clicking its icon on the
New Tab page.
For more information, see the documentation:
http://code.google.com/chrome/apps/docs/developers_guide.html