Home | History | Annotate | only in /external/chromium_org/chrome/common/extensions/docs/examples/apps/background-simple
Up to higher level directory
NameDateSize
background.html23-Apr-2015340
index.html23-Apr-20151.8K
index.js23-Apr-2015926
manifest.json23-Apr-2015296
README23-Apr-2015732

README

      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:
      3 
      4 1. Put index.html and background.html in a directory where the HTTP server
      5    can find them.
      6 
      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.
     10 
     11 3. Install the app from manifest.json. You can use the Load unpacked extension
     12    button on the chrome://extensions page.
     13 
     14 Once the app is installed, you can launch it by clicking its icon on the
     15 New Tab page.
     16 
     17 For more information, see the documentation:
     18 
     19    http://code.google.com/chrome/apps/docs/developers_guide.html
     20