openethereum/js/src/config/dappsViews.json

36 lines
928 B
JSON
Raw Normal View History

2017-04-21 13:14:07 +02:00
[
{
2017-04-21 15:20:43 +02:00
"id": "home",
"url": "home",
2017-04-21 13:14:07 +02:00
"src": "Home",
"name": "Home",
2017-04-24 09:53:27 +02:00
"description": "Display the status of the node, recently accessed applications, accounts and news",
2017-04-21 13:14:07 +02:00
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"secure": true
2017-04-21 15:20:43 +02:00
},
{
"id": "status",
"url": "status",
"src": "Status",
"name": "Status",
2017-04-24 09:53:27 +02:00
"description": "Displays an overview of the node including settings, logs and connections",
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"secure": true
},
{
"id": "vaults",
"url": "vaults",
"src": "Vaults",
"name": "Vaults",
"description": "Allows the management of the Account Vaults, including creation, locking and account assignment",
2017-04-21 15:20:43 +02:00
"author": "Parity Team <admin@ethcore.io>",
"version": "2.0.0",
"visible": true,
"secure": true
2017-04-21 13:14:07 +02:00
}
]