noctua/resources/org.codeberg.wfx.Noctua.metainfo.xml

62 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- resources/app.metainfo.xml -->
<!-- AppStream metadata for software centers (e.g., COSMIC Store, GNOME Software, KDE Discover). -->
<component type="desktop-application">
<id>org.codeberg.wfx.Noctua</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Noctua</name>
<summary>A wise document and image viewer for the COSMIC™ desktop</summary>
<description>
<p>
Noctua is a lightweight, keyboard-driven viewer for images, PDFs, and vector graphics.
Built with Rust and libcosmic, it integrates seamlessly with COSMIC™ and GTK-based desktops.
</p>
</description>
<launchable type="desktop-id">org.codeberg.wfx.Noctua.desktop</launchable>
<url type="homepage">https://codeberg.org/wfx/noctua</url>
<url type="bugtracker">https://codeberg.org/wfx/noctua/issues</url>
<url type="vcs-browser">https://codeberg.org/wfx/noctua</url>
<provides>
<binary>noctua</binary>
<mediatype>image/png</mediatype>
<mediatype>image/jpeg</mediatype>
<mediatype>image/gif</mediatype>
<mediatype>image/webp</mediatype>
<mediatype>image/bmp</mediatype>
<mediatype>image/tiff</mediatype>
<mediatype>image/svg+xml</mediatype>
<mediatype>application/pdf</mediatype>
</provides>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</supports>
<categories>
<category>Graphics</category>
<category>Viewer</category>
<category>Utility</category>
</categories>
<keywords>
<keyword>image</keyword>
<keyword>document</keyword>
<keyword>pdf</keyword>
<keyword>viewer</keyword>
<keyword>cosmic</keyword>
</keywords>
<content_rating type="oars-1.1"/>
</component>