-
Notifications
You must be signed in to change notification settings - Fork 646
Expand file tree
/
Copy pathsnap.manifest.json
More file actions
36 lines (36 loc) · 861 Bytes
/
snap.manifest.json
File metadata and controls
36 lines (36 loc) · 861 Bytes
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
{
"version": "2.2.0",
"description": "MetaMask example snap demonstrating the use of `snap_getBip44Entropy`.",
"proposedName": "BIP-44 Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "cusMbHuymWY6tZeP3s9VIKJ+yGNDskhQpIIJ6TweCwY=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"packageName": "@metamask/bip44-example-snap",
"registry": "https://registry.npmjs.org"
}
}
},
"initialPermissions": {
"endowment:rpc": {
"dapps": true,
"allowedOrigins": ["npm:@metamask/json-rpc-example-snap"]
},
"snap_dialog": {},
"snap_getBip44Entropy": [
{
"coinType": 1
},
{
"coinType": 3
}
]
},
"platformVersion": "10.0.0",
"manifestVersion": "0.1"
}