15 lines
512 B
JSON
15 lines
512 B
JSON
|
|
{
|
||
|
|
"id": "siawallet",
|
||
|
|
"name": "Siacoin Wallet",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Send and receive Siacoin with keys derived from your Theseus vault. Talks to any walletd node you point it at; dapps on .x sites can request payments through window.siacoin.",
|
||
|
|
"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/*"]
|
||
|
|
}
|
||
|
|
}
|