-
Notifications
You must be signed in to change notification settings - Fork 2
/
snap.manifest.json
52 lines (52 loc) · 1.24 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
{
"version": "1.0.1",
"description": "Resolve Unstoppable Domains in Metamask",
"proposedName": "Unstoppable",
"repository": {
"type": "git",
"url": "https://github.com/unstoppabledomains/unstoppable-resolution-snap"
},
"source": {
"shasum": "h04dnOTsyrv6eyXM/c9BGUGFOOZ4AlPxuVUOPMfsnW0=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "images/icon.svg",
"packageName": "@unstoppabledomains/unstoppable-resolution-snap",
"registry": "https://registry.npmjs.org/"
}
}
},
"initialPermissions": {
"snap_manageState": {},
"endowment:name-lookup": {
"chains": [
"eip155:1",
"eip155:137",
"eip155:43114",
"eip155:56",
"eip155:250",
"eip155:8453",
"eip155:100009",
"eip155:42220",
"eip155:66",
"eip155:14",
"eip155:7332",
"eip155:4689",
"eip155:888",
"eip155:196",
"eip155:122",
"eip155:106",
"eip155:11",
"eip155:1030",
"eip155:30",
"eip155:20",
"eip155:8",
"eip155:4488",
"eip155:192837465"
]
},
"endowment:network-access": {}
},
"manifestVersion": "0.1"
}