forked from terra-money/assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extensions.json
38 lines (38 loc) · 1.06 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
{
"$schema": "https://assets.terra.money/schemas/web-extension-list.json",
"whitelist": [
{
"name": "Terra Station",
"identifier": "station",
"icon": "https://assets.terra.money/icon/station-extension/icon.png",
"urls": [
{
"browser": "chrome",
"url": "https://chrome.google.com/webstore/detail/terra-station/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": "http://leapwallet.io/icon.png",
"urls": [
{
"browser": "chrome",
"url": "https://chrome.google.com/webstore/detail/leap-wallet/aijcbedoijmgnlmjeegjaglmepbmpkpi"
}
]
}
]
}