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>com.nitrokey.nitrokey-app</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Nitrokey App</name>
<summary>Manage your Nitrokey devices</summary>
<description>
<p>
Nitrokey is an open source/open hardware USB key supporting secure encryption and signing.
This package installs the official application to manage the features of the different USB keys.
</p>
</description>
<categories>
<category>Office</category>
<category>Security</category>
<category>Qt</category>
</categories>
<releases>
<release version="1.4.0" date="2019-06-25" />
<release version="1.3.2" date="2018-08-21" />
</releases>
<provides>
<binary>nitrokey-app</binary>
<modalias>usb:v20A0p4108d*</modalias> <!-- Nitrokey Pro -->
<modalias>usb:v20A0p4109d*</modalias> <!-- Nitrokey Storage -->
</provides>
<launchable type="desktop-id">nitrokey-app.desktop</launchable>
<url type="homepage">https://www.nitrokey.com/</url>
<url type="bugtracker">https://github.com/Nitrokey/nitrokey-app/issues</url>
<url type="faq">https://www.nitrokey.com/documentation/frequently-asked-questions</url>
<url type="help">https://www.nitrokey.com/start</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Nitrokey/nitrokey-app/master/images/icon/nitrokey-app-icon-128-black.png</image>
<caption><!-- Describe this screenshot in less than ~10 words --></caption>
</screenshot>
</screenshots>
<developer_name>Nitrokey UG</developer_name>
<update_contact>info_AT_nitrokey.com</update_contact>
</component>
|