Update README.md

This commit is contained in:
Alexander David Frick 2023-04-06 23:06:37 -05:00 committed by GitHub
parent 5131ece78c
commit e7f6e06ae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,5 +3,17 @@
This contains files for the Thorium Content Shell, a minimal shell similar to WebView on Android (in fact WebView is based on it). \
See > https://chromium.googlesource.com/chromium/src.git/+/HEAD/docs/testing/web_tests_in_content_shell.md
## Usage
Thorium Shell can be used to open a minimal Thorium window. It is also good for Web Tests and Web Development, and can integrate with \
the [test suite in Chromium](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/testing/web_tests.md), as well as use [Chromedriver](https://chromedriver.chromium.org/) (Puppeteer is unsupported at this time).
<img src="https://github.com/Alex313031/Thorium/blob/main/logos/NEW/thorium_shell/thorium-devtools-2048.png" width="200">
Open Thorium Shell by running `thorium-shell` from the command line, or right clicking the Thorium launcher and selecting "Open Thorium Shell" \
For Windows, you can find it in `C:\Users\$USERNAME\AppData\Local\Thorium\Application\thorium_shell.exe`. You can make a shortcut to it, and there are icons for it as well as Thorium itself inside this dir if you wanna set icons for it or any other shortcut.
&ndash; It is useful for making a little browser overlay, for example opening a YouTube video while gaming, or to look something up real quick without opening a full browser window.
<img src="https://raw.githubusercontent.com/Alex313031/thorium/main/logos/NEW/thorium_shell/thorium-devtools-2048.png" width="128">
## Screenshot
<img src="https://raw.githubusercontent.com/Alex313031/thorium/main/logos/STAGING/thorium_shell_screenshot.png" width="500">