summarylogtreecommitdiffstats
path: root/myetherwallet.desktop
blob: d177dd458bce27b93adc740a11817e3788375c33 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[Desktop Entry]
Type=Application
Name=MyEtherWallet
Comment=Client-side interface for interacting with the Ethereum blockchain
Icon=myetherwallet
Exec=myetherwallet
Categories=Network;
Actions=send-transaction;send-offline;swap;dapps;interact-with-contract;deploy-contract;sign-message;verify-message;

[Desktop Action send-transaction]
Name=Send Transaction
Exec=myetherwallet interface/send-transaction

[Desktop Action send-offline]
Name=Send Offline
Exec=myetherwallet interface/send-offline

[Desktop Action swap]
Name=Swap
Exec=myetherwallet interface/swap

[Desktop Action dapps]
Name=Dapps
Exec=myetherwallet interface/dapps

[Desktop Action interact-with-contract]
Name=Interact with Contract
Exec=myetherwallet interface/interact-with-contract

[Desktop Action deploy-contract]
Name=Deploy Contract
Exec=myetherwallet interface/deploy-contract

[Desktop Action sign-message]
Name=Sign Message
Exec=myetherwallet interface/sign-message

[Desktop Action verify-message]
Name=Verify Message
Exec=myetherwallet interface/verify-message