Adding AppStream metainfo

This commit is contained in:
2025-11-05 13:59:33 +01:00
parent a641677964
commit 50bd891380
4 changed files with 35 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.typomustakes.Keys</id>
<name>Keys</name>
<summary>A modern password manager for GNOME.</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<description>
<p>
A graphical user interface for GNU pass, built for the GNOME desktop environment. You can use this app to create, manage and read your passwords. For convenience and integration reasons, your passwords are also synced to the GNOME keyring.
</p>
</description>
<launchable type="desktop-id">org.typomustakes.Keys.desktop</launchable>
<icon type="stock">keys</icon>
<categories>
<category>Utility</category>
<category>GNOME</category>
</categories>
<provides>
<binary>keys</binary>
</provides>
</component>