Files
Keys/res/org.typomustakes.Keys.metainfo.xml

36 lines
999 B
XML
Raw Normal View History

2025-11-05 13:59:33 +01:00
<?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>