-
Notifications
You must be signed in to change notification settings - Fork 8
/
snap.manifest.json
44 lines (44 loc) · 1.01 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
{
"version": "1.0.6",
"description": "Soroban enabled Stellar Wallet (XLM)",
"proposedName": "Stellar",
"repository": {
"type": "git",
"url": "https://github.com/paulfears/StellarSnap.git"
},
"source": {
"shasum": "L0lf1TZoENaafc/IEf/4husk6yfx6dEHZiGT0o/whhI=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"packageName": "stellar-snap",
"registry": "https://registry.npmjs.org/",
"iconPath": "images/icon.svg"
}
}
},
"initialPermissions": {
"snap_dialog": {},
"snap_notify": {},
"endowment:page-home": {},
"snap_manageState": {},
"endowment:rpc": {
"dapps": true,
"snaps": true
},
"snap_getEntropy": {},
"endowment:network-access": {},
"endowment:lifecycle-hooks": {},
"endowment:cronjob": {
"jobs": [
{
"expression": "* * * * *",
"request": {
"method": "NotificationEngine"
}
}
]
}
},
"manifestVersion": "0.1"
}