mirror of
https://github.com/hiddify/hiddify-app.git
synced 2026-05-04 11:22:28 +00:00
90 lines
2.7 KiB
XML
90 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Hiddify AppStream Metadata
|
|
Place this file at: linux/packaging/myappid.appdata.xml
|
|
-->
|
|
<component type="desktop-application">
|
|
<id>app.hiddify.com</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
|
|
<name>Hiddify</name>
|
|
<summary>Modern Proxy and VPN Manager for Linux</summary>
|
|
|
|
<developer_name>Hiddify</developer_name>
|
|
<update_contact>linux@hiddify.com</update_contact>
|
|
|
|
<description>
|
|
<p>
|
|
Hiddify is an advanced proxy and VPN client built for privacy and control.
|
|
It supports multiple backend protocols including V2Ray, Xray, Clash, and Sing-box,
|
|
providing flexibility and performance for all kinds of network configurations.
|
|
</p>
|
|
<p>
|
|
Designed with simplicity in mind, Hiddify helps users connect securely and
|
|
manage complex proxy configurations through a clean graphical interface.
|
|
</p>
|
|
</description>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://hiddify.com/assets/hiddify-next-mobile.svg</image>
|
|
<caption>Main Interface of Hiddify</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<launchable type="desktop-id">hiddify.desktop</launchable>
|
|
|
|
<icon type="local">./assets/images/source/ic_launcher_border.png</icon>
|
|
|
|
<categories>
|
|
<category>Network</category>
|
|
</categories>
|
|
|
|
<keywords>
|
|
<keyword>Hiddify</keyword>
|
|
<keyword>Proxy</keyword>
|
|
<keyword>VPN</keyword>
|
|
<keyword>V2Ray</keyword>
|
|
<keyword>Nekoray</keyword>
|
|
<keyword>Xray</keyword>
|
|
<keyword>Psiphon</keyword>
|
|
<keyword>OpenVPN</keyword>
|
|
</keywords>
|
|
|
|
<mime-types>
|
|
<mime-type>x-scheme-handler/hiddify</mime-type>
|
|
<mime-type>x-scheme-handler/v2ray</mime-type>
|
|
<mime-type>x-scheme-handler/v2rayn</mime-type>
|
|
<mime-type>x-scheme-handler/v2rayng</mime-type>
|
|
<mime-type>x-scheme-handler/clash</mime-type>
|
|
<mime-type>x-scheme-handler/clashmeta</mime-type>
|
|
<mime-type>x-scheme-handler/sing-box</mime-type>
|
|
</mime-types>
|
|
|
|
<url type="homepage">https://hiddify.com</url>
|
|
<url type="bugtracker">https://github.com/hiddify/hiddify-app/issues</url>
|
|
<url type="help">https://docs.hiddify.com</url>
|
|
|
|
<provides>
|
|
<binary>hiddify</binary>
|
|
</provides>
|
|
|
|
<releases>
|
|
<release version="1.0.0" date="2025-10-25">
|
|
<description>
|
|
<p>Initial Linux release of Hiddify with multi-protocol support and modern UI.</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
|
|
<translation type="gettext">hiddify</translation>
|
|
|
|
<custom>
|
|
<value key="PackageName">hiddify</value>
|
|
<value key="Priority">optional</value>
|
|
<value key="Section">x11</value>
|
|
<value key="InstalledSize">6604</value>
|
|
<value key="Essential">false</value>
|
|
</custom>
|
|
</component> |