Initial import
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>com.mangotune.MangoTune</id>
|
||||
<name>MangoTune</name>
|
||||
<summary>Desktop MangoHud configurator for Linux</summary>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>MIT</project_license>
|
||||
<developer id="com.mangotune">
|
||||
<name>MangoTune Contributors</name>
|
||||
</developer>
|
||||
<description>
|
||||
<p>
|
||||
MangoTune is a GTK4 + libadwaita application for editing MangoHud configuration files with
|
||||
schema-aware validation, config layer conflict inspection, and integration helpers.
|
||||
</p>
|
||||
<p>
|
||||
It preserves comments and formatting while letting you edit options in structured pages,
|
||||
run test launches with MangoHud enabled, and inspect per-layer effective values.
|
||||
</p>
|
||||
</description>
|
||||
<launchable type="desktop-id">com.mangotune.MangoTune.desktop</launchable>
|
||||
<url type="homepage">https://github.com/your-org/mangotune</url>
|
||||
<url type="bugtracker">https://github.com/your-org/mangotune/issues</url>
|
||||
<provides>
|
||||
<binary>mangotune</binary>
|
||||
</provides>
|
||||
<categories>
|
||||
<category>Settings</category>
|
||||
<category>System</category>
|
||||
</categories>
|
||||
<requires>
|
||||
<display_length compare="ge">360</display_length>
|
||||
</requires>
|
||||
<releases>
|
||||
<release version="0.1.0" date="2026-03-07" />
|
||||
</releases>
|
||||
<content_rating type="oars-1.1" />
|
||||
</component>
|
||||
Reference in New Issue
Block a user