forked from Electron-Cash/Electron-Cash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
org.electroncash.ElectronCash.appdata.xml
41 lines (41 loc) · 1.52 KB
/
org.electroncash.ElectronCash.appdata.xml
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
41
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.electroncash.ElectronCash</id>
<name>Electron Cash</name>
<developer_name>Jonald Fyookball</developer_name>
<summary>Lightweight Bitcoin Cash Client</summary>
<description>
<p>Electron Cash is an SPV wallet for Bitcoin Cash</p>
<p>Control your own private keys. Easily back up your wallet with a mnemonic seed phrase. Enjoy high security without downloading the blockchain or running a full node.</p>
</description>
<keywords>
<keyword>cryptocurrency</keyword>
<keyword>finance</keyword>
<keyword>bitcoin</keyword>
<keyword>bitcoincash</keyword>
<keyword>wallet</keyword>
<keyword>SPV</keyword>
<keyword>crypto</keyword>
</keywords>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<url type="homepage">https://www.electroncash.org/</url>
<url type="help">https://github.com/Electron-Cash/Electron-Cash/issues?q=is%3Aissue</url>
<screenshots>
<screenshot type="default">
<image type="source">https://www.electroncash.org/images/wallet-shot-3.png</image>
<caption>Main application window</caption>
</screenshot>
</screenshots>
<translation type="gettext">electron-cash</translation>
<provides>
<binary>electron-cash</binary>
<python3>electroncash</python3>
<python3>electroncash_gui</python3>
<python3>electroncash_plugins</python3>
</provides>
<mimetypes>
<mimetype>x-scheme-handler/bitcoincash</mimetype>
<mimetype>x-scheme-handler/cashacct</mimetype>
</mimetypes>
</component>