-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnap.manifest.json
44 lines (44 loc) · 966 Bytes
/
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": "0.1.4",
"description": "Snap to resolve Self crypto names to addresses",
"proposedName": "SELF Name Resolution",
"repository": {
"type": "git",
"url": "https://github.com/selfcrypto/self-snap.git"
},
"source": {
"shasum": "0iYGbs3NNk8lZRJXRrHm94McRohhaxpTKkg5k4awQ/8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "self.svg",
"packageName": "self-name-resolution",
"registry": "https://registry.npmjs.org/"
}
}
},
"initialPermissions": {
"endowment:rpc": {
"dapps": true,
"snaps": false
},
"endowment:name-lookup": {
"chains": [
"eip155:1",
"eip155:56",
"eip155:43114",
"eip155:42161"
],
"matchers": {
"tlds": [
"self"
],
"schemes": [
"$"
]
}
},
"endowment:network-access": {}
},
"manifestVersion": "0.1"
}