Skip to content

Commit 606417d

Browse files
committed
Add extension preview video and install guide
1 parent c0b9298 commit 606417d

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,30 @@ The main WhiteOwl repo is the dashboard, local backend runtime, AI agent layer,
3838
</tr>
3939
</table>
4040

41+
## Product Preview
42+
43+
<p align="center">
44+
<video src="./ex.mp4" controls muted playsinline preload="metadata" poster="./screenshots/chat-surface.png" width="100%"></video>
45+
</p>
46+
47+
<p align="center">
48+
Browser-side chat, wallet, inspector and context capture running inside the WhiteOwl extension side panel.
49+
</p>
50+
51+
<p align="center">
52+
<a href="./ex.mp4">Open preview video</a> •
53+
<a href="https://github.com/whiteowl-engine/WhiteOwl-Extension/releases/latest">Latest release</a> •
54+
<a href="https://github.com/whiteowl-engine/WhiteOwl">Main WhiteOwl panel</a>
55+
</p>
56+
57+
## Install
58+
59+
1. Start the main WhiteOwl panel/backend from `https://github.com/whiteowl-engine/WhiteOwl`.
60+
2. Download the latest packaged build from `https://github.com/whiteowl-engine/WhiteOwl-Extension/releases/latest` or clone this repository for unpacked installation.
61+
3. Open `chrome://extensions`, enable Developer mode, then load the unpacked repository or extracted release archive.
62+
4. Keep the default server target `http://localhost:3377` or point `wo_server_url` to your running WhiteOwl panel.
63+
5. Pin the extension, open the side panel, and use the wallet, chat, inspector and page-aware WhiteOwl flows directly in the browser.
64+
4165
## What This Repo Contains
4266

4367
- Manifest V3 browser extension for Chrome and Chromium-based browsers

0 commit comments

Comments
 (0)