Home | History | Annotate | only in /external/chromium_org/extensions/shell
Up to higher level directory
NameDateSize
app/10-Mar-2015
app_shell.gyp10-Mar-201510K
browser/10-Mar-2015
common/10-Mar-2015
DEPS10-Mar-2015746
OWNERS10-Mar-201559
README10-Mar-2015490
renderer/10-Mar-2015
test/10-Mar-2015

README

      1 # Introduction
      2 
      3 app_shell is an experimental project to build a minimal environment like
      4 content_shell.
      5 
      6 The goal is to be able to run a v2 app and supply most of the chrome.* extension
      7 APIs without running the rest of Chrome.
      8 
      9 app_shell is only officially supported on Chrome OS.
     10 
     11 # How to run
     12 
     13 $ app_shell --app-shell-app-path=/path/to/extension
     14 
     15 # For example, you can try the calculator app:
     16 
     17 $ app_shell --app-shell-app-path=chrome/common/extensions/docs/examples/apps/calculator/app/
     18