15 lines
484 B
JSON
15 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/*"]
|
||
|
|
}
|
||
|
|
}
|