forked from Electron-Cash/Electron-Cash
-
Notifications
You must be signed in to change notification settings - Fork 3
/
org.bitcoinabc.Electrum-ABC.appdata.xml
38 lines (38 loc) · 1.35 KB
/
org.bitcoinabc.Electrum-ABC.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.bitcoinabc.Electrum-ABC</id>
<name>Electrum ABC</name>
<summary>Lightweight eCash Client</summary>
<description>
<p>Electrum ABC is an SPV wallet for eCash</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>eCash</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.bitcoinabc.org/electrum/</url>
<url type="help">https://github.com/Bitcoin-ABC/ElectrumABC/issues</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">electrum-abc</translation>
<provides>
<binary>electrum-abc</binary>
<python3>electrumabc</python3>
<python3>electrumabc_gui</python3>
<python3>electrumabc_plugins</python3>
</provides>
<mimetypes>
<mimetype>x-scheme-handler/ecash</mimetype>
</mimetypes>
</component>