-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qMasterPassword.appdata.xml: update to latest requirements
add developer_name, content_rating, releases
- Loading branch information
Showing
1 changed file
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |