Skip to content

Commit 94a28a3

Browse files
committed
Move preview video to README top
1 parent 606417d commit 94a28a3

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
Open-source browser extension and wallet companion for the WhiteOwl panel.
44

5+
## Product Preview
6+
7+
<p align="center">
8+
<video src="./ex.mp4" controls muted playsinline preload="metadata" poster="./screenshots/chat-surface.png" width="100%"></video>
9+
</p>
10+
11+
<p align="center">
12+
Browser-side chat, wallet, inspector and context capture running inside the WhiteOwl extension side panel.
13+
</p>
14+
15+
<p align="center">
16+
<a href="./ex.mp4">Open preview video</a> •
17+
<a href="https://github.com/whiteowl-engine/WhiteOwl-Extension/releases/latest">Latest release</a> •
18+
<a href="https://github.com/whiteowl-engine/WhiteOwl">Main WhiteOwl panel</a>
19+
</p>
20+
521
This repository is intended to be the standalone split of the extension layer that works next to the main WhiteOwl panel/backend. It contains the Chrome Manifest V3 extension, side panel UI, provider bridge, wallet flows, token context overlays, page inspection tools, and local integration points for the WhiteOwl runtime.
622

723
## WhiteOwl Stack
@@ -38,22 +54,6 @@ The main WhiteOwl repo is the dashboard, local backend runtime, AI agent layer,
3854
</tr>
3955
</table>
4056

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-
5757
## Install
5858

5959
1. Start the main WhiteOwl panel/backend from `https://github.com/whiteowl-engine/WhiteOwl`.

0 commit comments

Comments
 (0)