summarylogtreecommitdiffstats
path: root/myetherwallet.desktop
blob: 10a9751d7cbb2a9ee761dc765f9f66e64904d2a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[Desktop Entry]
Type=Application
Name=MyEtherWallet
Comment=Free, open-source, client-side tool for easily & securely interacting with the Ethereum network
Icon=myetherwallet
Exec=myetherwallet
Categories=Network;
Actions=send-transaction;send-offline;check-tx-status;view-wallet-info;

[Desktop Action send-transaction]
Name=Send Transaction
Exec=myetherwallet '#send-transaction'

[Desktop Action send-offline]
Name=Send Offline
Exec=myetherwallet '#offline-transaction'

[Desktop Action check-tx-status]
Name=Check TX Status
Exec=myetherwallet '#check-tx-status'

[Desktop Action view-wallet-info]
Name=View Wallet Info
Exec=myetherwallet '#view-wallet-info'