Adding AppStream metainfo
This commit is contained in:
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
35
res/org.typomustakes.Keys.metainfo.xml
Normal file
35
res/org.typomustakes.Keys.metainfo.xml
Normal 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>
|
||||
Reference in New Issue
Block a user