-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsnap.manifest.json
More file actions
79 lines (79 loc) · 1.84 KB
/
Copy pathsnap.manifest.json
File metadata and controls
79 lines (79 loc) · 1.84 KB
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
{
"version": "0.0.1",
"description": "Manage Stellar using MetaMask",
"proposedName": "Stellar",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-stellar-wallet.git"
},
"source": {
"shasum": "C5TM6OATflDM6FkRgpmaTGrnB/6zl3kSFBHqwpC0P+k=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "images/icon.svg",
"packageName": "@metamask/stellar-wallet-snap",
"registry": "https://registry.npmjs.org/"
}
},
"locales": ["locales/en.json"]
},
"initialConnections": {
"https://portfolio.metamask.io": {}
},
"initialPermissions": {
"endowment:keyring": {
"allowedOrigins": ["https://portfolio.metamask.io"],
"capabilities": {
"scopes": ["stellar:pubnet", "stellar:testnet"],
"privateKey": {
"exportFormats": [
{
"encoding": "hexadecimal"
},
{
"encoding": "base58"
}
]
},
"bip44": {
"deriveIndex": true,
"deriveIndexRange": true,
"discover": true
}
}
},
"snap_getBip32Entropy": [
{
"path": ["m", "44'", "148'"],
"curve": "ed25519"
}
],
"endowment:network-access": {},
"snap_manageAccounts": {},
"snap_manageState": {},
"snap_dialog": {},
"snap_getPreferences": {},
"endowment:cronjob": {
"jobs": [
{
"duration": "PT30S",
"request": {
"method": "synchronizeAccounts"
}
},
{
"duration": "PT1H",
"request": {
"method": "synchronizeAssets"
}
}
]
},
"endowment:assets": {
"scopes": ["stellar:pubnet"]
}
},
"platformVersion": "11.1.1",
"manifestVersion": "0.1"
}