theseus/bundled-addons/bchwallet/addon.json
Local Dev dcab5c10ec feat(theseus/bchwallet): bundled Bitcoin Cash wallet add-on skeleton
Manifest declaring sidebar-panel, vault-derive, page-inject (https://*.x)
and approval-modal; registers the Wallet sidebar panel. Shows up in
Settings > Extensions and opens from the sidebar.
2026-09-06 02:33:27 +02:00

14 lines
484 B
JSON

{
"id": "bchwallet",
"name": "Bitcoin Cash Wallet",
"version": "0.1.0",
"description": "Send, receive and sign with a BCH wallet derived from your Theseus vault. Dapps on .x sites can request payments through window.bitcoincash.",
"author": "Silent Mode",
"icon": "₿",
"main": "index.js",
"capabilities": ["sidebar-panel", "vault-derive", "page-inject", "approval-modal"],
"page-inject": {
"preload": "wallet-inject.js",
"origins": ["https://*.x/*"]
}
}