-
Notifications
You must be signed in to change notification settings - Fork 342
/
extensions.json
60 lines (60 loc) · 1.74 KB
/
extensions.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"$schema": "https://assets.terra.dev/schemas/web-extension-list.json",
"whitelist": [
{
"name": "Station Wallet",
"identifier": "station",
"icon": "https://assets.terra.dev/icon/station-extension/icon.png",
"urls": [
{
"browser": "chrome",
"url": "https://chrome.google.com/webstore/detail/station-wallet/aiifbnbfobpmeekipheeijimdpnlpgpp"
}
]
},
{
"name": "XDEFI Wallet",
"identifier": "xdefi-wallet",
"icon": "https://xdefi-prod-common-ui.s3.eu-west-1.amazonaws.com/logo.svg",
"urls": [
{
"browser": "chrome",
"url": "https://chrome.google.com/webstore/detail/xdefi-wallet/hmeobnfnfcmdkdcmlblgagmfpfboieaf"
}
]
},
{
"name": "Leap Wallet",
"identifier": "leap-wallet",
"icon": "https://bit.ly/L3APLOGO",
"urls": [
{
"browser": "chrome",
"url": "https://chrome.google.com/webstore/detail/leap-wallet/aijcbedoijmgnlmjeegjaglmepbmpkpi"
}
]
},
{
"name": "Falcon Wallet",
"identifier": "falcon-wallet",
"icon": "https://api.falconwallet.app/assets/images/falcon-logo.png",
"urls": [
{
"browser": "chrome",
"url": "https://chrome.google.com/webstore/detail/falcon-wallet/gkhnjcpkikkkfhhdhhphcbhmkikoicgn"
}
]
},
{
"name": "BitKeep Wallet",
"identifier": "bitkeep-wallet",
"icon": "https://cdn.bitkeep.vip/u_b_6151d430-ae42-11ec-9c39-b7ca284b7fe4.png",
"urls": [
{
"browser": "chrome",
"url": "https://chrome.google.com/webstore/detail/bitkeep-bitcoin-crypto-wa/jiidiaalihmmhddjgbnbgdfflelocpak"
}
]
}
]
}