-
Notifications
You must be signed in to change notification settings - Fork 2
/
top.bunqdesktop.Bunq.appdata.xml
50 lines (50 loc) · 1.88 KB
/
top.bunqdesktop.Bunq.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
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>top.bunqdesktop.Bunq.desktop</id>
<name>Bunq</name>
<developer_name>bunqCommunity</developer_name>
<summary>The unofficial, free and open source desktop application for the bunq API </summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<url type="homepage">https://bunqdesktop.top</url>
<url type="help">https://github.com/bunqCommunity/bunqDesktop</url>
<description>
<p>bunqDesktop is an unofficial, free and open source desktop
application for the bunq api.</p>
<p>Our goal is to allow users to manage their bunq account
from a desktop device without exposing their API keys to a
third party.</p>
<p>All your data stays on your device and is encrypted with
your personal password.</p>
</description>
<screenshots>
<screenshot type="default">
<image type="source">https://bunqdesk.top/assets/images/dashboard-preview.png</image>
</screenshot>
<screenshot>
<image type="source">https://bunqdesk.top/assets/images/cards-preview.png</image>
</screenshot>
<screenshot>
<image type="source">https://bunqdesk.top/assets/images/stats-preview.png</image>
</screenshot>
<screenshot>
<image type="source">https://bunqdesk.top/assets/images/login-preview.png</image>
</screenshot>
</screenshots>
<categories>
<category>Office</category>
</categories>
<releases>
<release version="0.9.10" date="2020-05-01">
<description>
<p>This release comes with 1 bugfix to fix the API validation errors.</p>
<ul>
<li>Fixed a bug where a deprecated method was used to validate API data</li>
</ul>
</description>
</release>
</releases>
<content_rating type="oars-1.0">
</content_rating>
<update_contact>cosimoc_at_gnome.org</update_contact>
</component>