forked from solflare-wallet/solflare-snap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
snap.manifest.json
38 lines (38 loc) · 930 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
{
"version": "0.0.2",
"description": "Manage Eclipse-based tokens and NFTs, swap, stake, bridge from EVM to Eclipse, and connect to Eclipse apps with MetaMask.",
"proposedName": "Eclipse Wallet",
"repository": {
"type": "git",
"url": "https://github.com/Eclipse-Laboratories-Inc/eclipse-snap.git"
},
"source": {
"shasum": "2/r+OORJv7whf0guC9szUfPU+8Jhct5DEagf9w51SBU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "logo.svg",
"packageName": "@eclipse-labs/eclipse-snap",
"registry": "https://registry.npmjs.org"
}
}
},
"initialPermissions": {
"endowment:rpc": {
"dapps": true,
"snaps": false
},
"snap_dialog": {},
"snap_getBip32Entropy": [
{
"path": [
"m",
"44'",
"501'"
],
"curve": "ed25519"
}
]
},
"manifestVersion": "0.1"
}