@consensys/web3tickets-snap
Version:
Metamask Snap to get ticket message notifications directly in the MetaMask browser extension!
43 lines (42 loc) • 977 B
JSON
{
"version": "0.1.1",
"description": "Chat with Metamask Support",
"proposedName": "MetaMask Support",
"repository": {
"type": "git",
"url": "https://github.com/Consensys/web3tickets-snap"
},
"source": {
"shasum": "oHK5jSzOHWq4Vn3HEs118MWct8n8HIHZXAPtIIZM7JU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "images/icon.svg",
"packageName": "@consensys/web3tickets-snap",
"registry": "https://registry.npmjs.org/"
}
}
},
"initialPermissions": {
"snap_manageState": {},
"endowment:rpc": {
"dapps": true,
"snaps": false
},
"endowment:cronjob": {
"jobs": [
{
"expression": "* * * * *",
"request": {
"method": "fireCronjob"
}
}
]
},
"snap_dialog": {},
"endowment:network-access": {},
"snap_notify": {},
"endowment:page-home": {}
},
"manifestVersion": "0.1"
}