mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
38 lines
1.7 KiB
XML
38 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Hannes Kuchelmeister 2019-2024 <hannes@kuchelmeister.org> -->
|
|
<component type="desktop-application">
|
|
<id>@app-id@</id>
|
|
<metadata_license>CC0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
<name>Toolbox Tuner</name>
|
|
<summary>Manage and enhance toolboxes (containertoolbx.org)</summary>
|
|
<description>
|
|
<p>An application to manage and enhance your containertoolboxes.</p>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<caption>Main application window showing multiple toolboxes</caption>
|
|
<image type="source" width="900" height="600">https://media.githubusercontent.com/media/13hannes11/toolbox-tuner/main/data/resources/screenshots/main_light.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<caption>Main application window in dark mode</caption>
|
|
<image type="source" width="900" height="600">https://github.com/13hannes11/toolbox-tuner/blob/main/data/resources/screenshots/main_dark.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<branding>
|
|
<color type="primary" scheme_preference="light">#a3f6f1</color>
|
|
<color type="primary" scheme_preference="dark">#2a9f94</color>
|
|
</branding>
|
|
<content_rating type="oars-1.0"/>
|
|
<releases>
|
|
<release version="0.0.0" type="development" date="2022-04-18"/>
|
|
</releases>
|
|
<url type="homepage">https://github.com/13hannes11/toolbx-tuner</url>
|
|
<url type="bugtracker">https://github.com/13hannes11/toolbx-tuner/issues/</url>
|
|
<developer_name>Hannes Kuchelmeister</developer_name>
|
|
<update_contact>hannes_AT_kuchelmeister.org</update_contact>
|
|
<translation type="gettext">@gettext-package@</translation>
|
|
<launchable type="desktop-id">@app-id@.desktop</launchable>
|
|
</component>
|
|
|