Skip to content

Commit

Permalink
qMasterPassword.appdata.xml: update to latest requirements
Browse files Browse the repository at this point in the history
add developer_name, content_rating, releases
  • Loading branch information
bkueng committed Dec 20, 2023
1 parent 1d67979 commit d82056f
Showing 1 changed file with 28 additions and 21 deletions.
49 changes: 28 additions & 21 deletions data/qMasterPassword.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,34 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015 Beat Küng <[email protected]> -->
<component type="desktop">
<id>qMasterPassword.desktop</id>
<metadata_license>CC-BY-SA</metadata_license>
<project_license>GPL-3.0</project_license>
<name>qMasterPassword</name>
<summary>Stateless Master Password Manager</summary>
<description>
<p>
<component type="desktop-application">
<id>qMasterPassword.desktop</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>qMasterPassword</name>
<summary>Stateless Master Password Manager</summary>
<developer_name>Beat Küng</developer_name>
<description>
<p>
qMasterPassword is a graphical password manager. Access all your passwords
using only a single master password. But in contrast to other managers it does
not store any passwords: Unique passwords are generated from the master password
and a site name. This means you automatically get different passwords for each
account and there is no password file that can be lost or get stolen. There is
also no need to trust any online password service.
</p>
<p>
<p>
There exists compatible software for other platforms, for example Android or
iOS.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/bkueng/qMasterPassword/master/screenshots/main_window.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/bkueng/qMasterPassword</url>
<updatecontact>[email protected]</updatecontact>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/bkueng/qMasterPassword/main/screenshots/main_window.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/bkueng/qMasterPassword</url>
<update_contact>[email protected]</update_contact>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
<developer_name>Beat Küng</developer_name>
<url type="bugtracker">https://github.com/bkueng/qMasterPassword/issues</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.0" date="2023-12-01"/>
</releases>
</component>

0 comments on commit d82056f

Please sign in to comment.