-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmanifest-ledger-live-app.json
40 lines (40 loc) · 1.22 KB
/
manifest-ledger-live-app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"id": "threshold",
"name": "Threshold",
"url": "http://localhost:3000?embed=true",
"homepageUrl": "http://localhost:3000",
"icon": "https://dashboard.threshold.network/favicon-T.png",
"platform": "all",
"apiVersion": "2.0.0",
"manifestVersion": "1",
"branch": "stable",
"categories": ["tbtc", "bitocin", "bridge"],
"currencies": ["bitcoin", "ethereum", "bitcoin_testnet", "ethereum_goerli"],
"content": {
"shortDescription": {
"en": "Threshold's tBTC is a truly decentralized bridge between Bitcoin and Ethereum."
},
"description": {
"en": "tBTC is Threshold’s decentralized bridge to bring BTC to the Ethereum network; the only permissionless solution on the market today. Bridge your Bitcoin to Ethereum in a secure and trustless way to participate in DeFi."
}
},
"permissions": [
"account.list",
"account.receive",
"account.request",
"currency.list",
"device.close",
"device.exchange",
"device.transport",
"message.sign",
"transaction.sign",
"transaction.signAndBroadcast",
"storage.set",
"storage.get",
"bitcoin.getXPub",
"wallet.capabilities",
"wallet.userId",
"wallet.info"
],
"domains": ["https://*", "wss://*"]
}