• Home
Name Date Size #Lines LOC

..--

app/03-May-2024-246182

browser/03-May-2024-4,5533,176

common/03-May-2024-510365

renderer/03-May-2024-320221

test/03-May-2024-248146

DEPSD03-May-2024746 2519

OWNERSD03-May-202459 43

READMED03-May-2024490 1810

app_shell.gypD03-May-202410 KiB270268

README

1# Introduction
2
3app_shell is an experimental project to build a minimal environment like
4content_shell.
5
6The goal is to be able to run a v2 app and supply most of the chrome.* extension
7APIs without running the rest of Chrome.
8
9app_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