Warthog Browser Node — Chromium extension
========================================

Same full WASM node as the website, as a loadable extension
(Chrome / Brave / Edge). Side panel stays open while you browse.

Install (unpacked)
------------------
1. Unzip this archive. You get one folder: warthog_node_extension
   (it already contains manifest.json — no inner folder).
2. Open chrome://extensions (or brave://extensions / edge://extensions).
3. Enable Developer mode (top right).
4. Click "Load unpacked" and select warthog_node_extension.
5. Pin the extension, click the toolbar icon → side panel opens.
6. Confirm Isolation OK + Shared memory OK, then Start node.

Do not run the node in the website tab and the extension at the same time
if you care about duplicate peers; each origin has its own OPFS chain DB.

Rebuild from source
-------------------
  npm install
  npm run extension:package

https://github.com/warthog-network/browser-node
