Rebecca Chang Swee Fun fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
..
app fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
browser fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
common fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
renderer fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
test fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
BUILD.gn fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
DEPS fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
DIR_METADATA fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
OWNERS fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
README fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
app_shell_resources.grd fea2a55e2a Publish chromium based on 107.0.5304.88 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