@dated/delegate-calculator-plugin
Version:
Compare delegate payouts and get an overview of your potential staking rewards directly in the ARK Desktop Wallet
52 lines (51 loc) • 1.42 kB
JSON
{
"name": "@dated/delegate-calculator-plugin",
"version": "1.0.5",
"description": "Compare delegate payouts and get an overview of your potential staking rewards directly in the ARK Desktop Wallet",
"main": "src/index.js",
"author": "Edgar Goetzendorff <hello@dated.fun>",
"license": "MIT",
"desktop-wallet": {
"title": "ARK Delegate Calculator",
"logo": "https://raw.githubusercontent.com/dated/delegate-calculator-plugin/master/logo.png",
"images": [
"https://raw.githubusercontent.com/dated/delegate-calculator-plugin/master/images/preview-1.png",
"https://raw.githubusercontent.com/dated/delegate-calculator-plugin/master/images/preview-2.png"
],
"categories": [
"utility"
],
"permissions": [
"COMPONENTS",
"ROUTES",
"MENU_ITEMS",
"UI_COMPONENTS",
"PROFILE_CURRENT",
"PEER_CURRENT",
"HTTP",
"ALERTS",
"STORAGE"
],
"urls": [
"^"
],
"minimumVersion": "2.9.1"
},
"keywords": [
"utility",
"rewards",
"staking",
"delegates",
"@arkecosystem",
"desktop-wallet",
"plugin"
],
"bugs": {
"url": "https://github.com/dated/delegate-calculator-plugin/issues"
},
"homepage": "https://github.com/dated/delegate-calculator-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/dated/delegate-calculator-plugin.git"
}
}