@snaaps/snap
Version:
snAAps Account Abstraction snap for MetaMask
38 lines (37 loc) • 904 B
JSON
{
"version": "0.0.7",
"description": "snAAps Account Abstraction keyring snap",
"proposedName": "snAAps",
"repository": {
"type": "git",
"url": "https://github.com/incirLabs/snaaps.git"
},
"source": {
"shasum": "boZx79Bpj+SPh9z7qtYYiHEfQVXTeY87B4k8sglhv4I=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "images/icon.svg",
"packageName": "@snaaps/snap",
"registry": "https://registry.npmjs.org/"
}
}
},
"initialPermissions": {
"endowment:network-access": {},
"endowment:keyring": {
"allowedOrigins": [
"https://usesnaaps.com",
"http://localhost:3000"
]
},
"endowment:rpc": {
"dapps": true
},
"endowment:ethereum-provider": {},
"snap_manageAccounts": {},
"snap_manageState": {},
"snap_getEntropy": {}
},
"manifestVersion": "0.1"
}