Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
app 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
browser 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
common 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
renderer 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
test 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
app_shell_resources.grd 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README

# Introduction

app_shell is an experimental project to build a minimal environment like
content_shell.

The goal is to be able to run a v2 app and supply most of the chrome.* extension
APIs without running the rest of Chrome.

app_shell is only officially supported on Chrome OS.

# How to run

$ app_shell --load-apps=/path/to/extension

# For example, you can try the calculator app:

$ app_shell --load-apps=chrome/test/data/extensions/calculator_app/app/

# To load multiple apps, specify them in a comma separated list. The first app
# will be launched:

$ app_shell --load-apps=/path/to/extension1,/path/to/extension2