-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
66 lines (66 loc) · 2.27 KB
/
manifest.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
61
62
63
64
65
66
{
"app":
{
"background":
{
"page": "./Background.html"
}
},
"description": "A simple cryptocurrency wallet that integrates with the KeepKey device",
"icons":
{
"128": "images/icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnvVKonRGafqhrzNMi2BznKjMi4nTtPW/ODyST1Ms/4K7ahCctJWrtU8Hy1nndMwChhWC1wLS2dTjgEiFdYGZ12jM1w9I53z35glYuzcIH5EPBCeIj76qoouF2tzogcGszbQOBWldeXFxmymMAXKHRLvck3DZApL3cPYefpYMMHwRyjZjp1Ilj91BsMrBd1zH9z/VfgwW5Ic+EgxIwJ7F7O500vapylNFNzhs5GNd4DeSAdcu7tfSyCJasycNftYMnJnYbVTFCbmYctVZfM7HXnmoUh6hRETFatRsWat/G3P5+e81jQqxCdmVHCbVYcJ8nhg9HGFNtIv0znlk8iGLGwIDAQAB",
"manifest_version": 2,
"minimum_chrome_version": "46.0.2490.86",
"name": "KeepKey Client",
"permissions":
[
"https://shapeshift.io/*",
"https://*.trezor.io/*",
"https://*.atomicwallet.io/*",
"https://*.guarda.co/*",
"https://*.zelcore.io/*",
"https://*.binancechain.io/*",
"https://*.chains.klever.io/*",
"https://*.blockbook.bitaccess.net/*",
"https://api.blockcypher.com/v1/*",
"https://api.etherscan.io/*",
"https://digiexplorer.info/*",
"https://*.groestlcoin.org/*",
"https://*.qtum.info/*",
"https://pivx.flitswallet.app/*",
"https://blockbook.firo.org/*",
"https://blockbook.electrum-mona.org/*",
"https://blockbook.ravencoin.org/*",
"https://blockbook.javerity.com/*",
"https://blockbook.elint.services/*",
"https://komodoblockexplorer.com/*",
"https://zecblockexplorer.com/*",
"https://mainnet-explorer.wakiyamap.dev/*",
"https://keepkey-wallet.keepkey.com/*",
"https://keepkey.shapeshift.io/*",
"https://keepkey.shapeshift.com/*",
"https://auth.shapeshift.io/oauth/",
"https://bitcoinfees.earn.com/*",
"https://blkhub.net/*",
"https://etherchain.org/*",
"hid", "usb", "identity", "storage", "notifications",
{
"usbDevices":
[
{
"productId": 1,
"vendorId": 11044
},
{
"productId": 2,
"vendorId": 11044
}
]
}
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "6.7.6"
}