-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnap.manifest.json
83 lines (83 loc) · 2.43 KB
/
snap.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"version": "0.3.1",
"description": "Institutional accounts in MetaMask.",
"proposedName": "Institutional Wallet",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-institutional-wallet.git"
},
"source": {
"shasum": "fxx/F8vsR2zv5EvcSLSyb2tXsCvDAYQx/2vclozmAzA=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "images/icon.svg",
"packageName": "@metamask/institutional-wallet-snap",
"registry": "https://registry.npmjs.org/"
}
}
},
"initialConnections": {
"localhost:8000": {},
"https://localhost:8000": {},
"https://neptune-custody-ui.metamask-institutional.io": {},
"https://ui-v2.sit.zodia.io": {},
"https://ui-v2.qa.zodia.io": {},
"https://ui-preprod-v2.qa.zodia.io": {},
"https://v2.custody.zodia.io": {},
"https://console.fireblocks.io": {},
"https://console.dev.mpcvault.com": {},
"https://saturn-custody-ui.metamask-institutional.io": {},
"https://console.mpcvault.com": {},
"https://app.bitgo.com": {},
"https://app.bitgo-test.com": {},
"https://apps-portal.safe.global": {}
},
"initialPermissions": {
"snap_notify": {},
"endowment:network-access": {},
"endowment:ethereum-provider": {},
"endowment:keyring": {
"allowedOrigins": [
"localhost:8000",
"http://localhost:8000"
]
},
"endowment:rpc": {
"allowedOrigins": [
"localhost:8000",
"http://localhost:8000",
"localhost:3000",
"https://localhost:3000",
"https://neptune-custody-ui.metamask-institutional.io",
"https://zodia.io",
"https://ui-v2.sit.zodia.io",
"https://ui-v2.qa.zodia.io",
"https://ui-preprod-v2.qa.zodia.io",
"https://v2.custody.zodia.io",
"https://console.fireblocks.io",
"https://console.dev.mpcvault.com",
"https://saturn-custody-ui.metamask-institutional.io",
"https://console.mpcvault.com",
"https://app.bitgo.com",
"https://app.bitgo-test.com",
"https://apps-portal.safe.global"
]
},
"endowment:cronjob": {
"jobs": [
{
"expression": "* * * * *",
"request": {
"method": "execute"
}
}
]
},
"snap_manageAccounts": {},
"snap_manageState": {},
"snap_dialog": {},
"endowment:page-home": {}
},
"manifestVersion": "0.1"
}