-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcc.devault.DeLight.appdata.xml
More file actions
29 lines (29 loc) · 1.16 KB
/
cc.devault.DeLight.appdata.xml
File metadata and controls
29 lines (29 loc) · 1.16 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>cc.devault.DeLight</id>
<name>DeLight</name>
<developer_name>The DeVault Developers</developer_name>
<summary>Lightweight DeVault Client</summary>
<description>
<p>DeLight is an SPV wallet for DeVault</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>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<url type="homepage">https://www.devault.cc/</url>
<url type="help">https://github.com/devaultcrypto/Delight/issues?q=is%3Aissue</url>
<screenshots>
<screenshot type="default">
<image type="source">https://www.electroncash.org/images/shot4.png</image>
<caption>Main application window</caption>
</screenshot>
</screenshots>
<translation type="gettext">electron-cash</translation>
<provides>
<binary>delight</binary>
<python3>electroncash</python3>
<python3>electroncash_gui</python3>
<python3>electroncash_plugins</python3>
</provides>
<update_contact>hello@devault.cc</update_contact>
</component>