Skip to content

Commit 6654713

Browse files
committed
Add extension screenshots and panel linkage
1 parent 33b2119 commit 6654713

5 files changed

Lines changed: 34 additions & 0 deletions

File tree

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ Open-source browser extension and wallet companion for the WhiteOwl panel.
44

55
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.
66

7+
## WhiteOwl Stack
8+
9+
WhiteOwl is split into two repositories that are designed to run together:
10+
11+
- Main panel and backend: `https://github.com/whiteowl-engine/WhiteOwl`
12+
- Browser wallet and side panel extension: `https://github.com/whiteowl-engine/WhiteOwl-Extension`
13+
14+
The main WhiteOwl repo is the dashboard, local backend runtime, AI agent layer, automation surface, market data plane, and chat server. This extension repo is the in-browser wallet, provider bridge, site connection layer, inspector, and page-aware side panel. Together they form the full WhiteOwl operator workflow.
15+
16+
## Screenshots
17+
18+
<table>
19+
<tr>
20+
<td width="50%" valign="top">
21+
<img src="./screenshots/wallet-overview.png" alt="WhiteOwl wallet overview" width="100%">
22+
<p><strong>Wallet surface</strong><br>Balances, quick wallet actions, active site context, and token holdings inside the browser side panel.</p>
23+
</td>
24+
<td width="50%" valign="top">
25+
<img src="./screenshots/chat-surface.png" alt="WhiteOwl chat surface" width="100%">
26+
<p><strong>Chat surface</strong><br>Panel-linked WhiteOwl chat available directly inside the extension side panel.</p>
27+
</td>
28+
</tr>
29+
<tr>
30+
<td width="50%" valign="top">
31+
<img src="./screenshots/inspector-surface.png" alt="WhiteOwl inspector surface" width="100%">
32+
<p><strong>Inspector surface</strong><br>Capture page fragments and route clean context from the browser into the WhiteOwl desk.</p>
33+
</td>
34+
<td width="50%" valign="top">
35+
<img src="./screenshots/wallet-settings.png" alt="WhiteOwl wallet settings" width="100%">
36+
<p><strong>Wallet settings</strong><br>Wallet, network, security, connected site, and service controls in the extension settings layer.</p>
37+
</td>
38+
</tr>
39+
</table>
40+
741
## What This Repo Contains
842

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

screenshots/chat-surface.png

123 KB
Loading

screenshots/inspector-surface.png

139 KB
Loading

screenshots/wallet-overview.png

110 KB
Loading

screenshots/wallet-settings.png

48.5 KB
Loading

0 commit comments

Comments
 (0)