-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
snap.manifest.json
38 lines (38 loc) · 984 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": "4.1.1",
"description": "Keep an eye on Ethereum addresses or ENS domains right in MetaMask",
"proposedName": "Account Watcher",
"repository": {
"type": "git",
"url": "https://github.com/metamask/snap-watch-only.git"
},
"source": {
"shasum": "7P59EfOWRvlz4enMEOTDyJzUPkzj6z3tPfwnNSIeK3E=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "images/watcher-fox-eye.svg",
"packageName": "@metamask/account-watcher",
"registry": "https://registry.npmjs.org/"
}
}
},
"initialPermissions": {
"snap_dialog": {},
"endowment:keyring": {
"allowedOrigins": [
"https://snaps.metamask.io"
]
},
"endowment:rpc": {
"allowedOrigins": [
"https://snaps.metamask.io"
]
},
"snap_manageAccounts": {},
"endowment:page-home": {},
"snap_manageState": {},
"endowment:ethereum-provider": {}
},
"manifestVersion": "0.1"
}