mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-14 10:25:13 +00:00
Update appdata and xml for flatpak
This commit is contained in:
parent
df6cbe3ef4
commit
0a26b7a4c7
|
@ -1,43 +1,53 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>in.cinny.Cinny</id>
|
<id>in.cinny.Cinny</id>
|
||||||
|
|
||||||
|
<name>Cinny</name>
|
||||||
|
<summary>Yet another matrix client with simple, elegant and secure interface.</summary>
|
||||||
|
<developer_name>Ajay Bura</developer_name>
|
||||||
|
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<project_license>MIT</project_license>
|
||||||
|
|
||||||
|
<url type="homepage">https://cinny.in</url>
|
||||||
|
<url type="bugtracker">https://github.com/ajbura/cinny/issues</url>
|
||||||
|
<url type="donation">https://cinny.in/#sponsor</url>
|
||||||
|
|
||||||
|
<supports>
|
||||||
|
<control>pointing</control>
|
||||||
|
<control>keyboard</control>
|
||||||
|
<control>touch</control>
|
||||||
|
</supports>
|
||||||
|
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Cinny is a matrix.org client focusing primarily on simple, elegant and secure interface protected by e2ee with the power of open source.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Features: User-friendly design, Login and register, Full space support, Encryption and emoji verification, Ability to create new rooms and tweak settings, Support replies, markdown, message editing, Dark, light, and black themes.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
|
||||||
<name>Cinny</name>
|
<custom>
|
||||||
<summary>Yet another matrix client with simple, elegant and secure interface.</summary>
|
<value key="Purism::form_factor">workstation</value>
|
||||||
<developer_name>Ajay Bura</developer_name>
|
<value key="Purism::form_factor">mobile</value>
|
||||||
|
</custom>
|
||||||
|
|
||||||
|
<launchable type="desktop-id">in.cinny.Cinny.desktop</launchable>
|
||||||
|
<screenshots>
|
||||||
|
<screenshot type="default">
|
||||||
|
<image>https://github.com/cinnyapp/cinny-desktop/blob/main/resources/screenshot1.png</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<image>https://github.com/cinnyapp/cinny-desktop/blob/main/resources/screenshot2.png</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<image>https://github.com/cinnyapp/cinny-desktop/blob/main/resources/screenshot3.png</image>
|
||||||
|
</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<releases>
|
||||||
<project_license>MIT</project_license>
|
<release version="2.0.3" date="2022-05-15"/>
|
||||||
|
</releases>
|
||||||
<url type="homepage">https://cinny.in</url>
|
<content_rating type="oars-1.1"/>
|
||||||
<url type="bugtracker">https://github.com/ajbura/cinny/issues</url>
|
|
||||||
<url type="donation">https://cinny.in/#sponsor</url>
|
|
||||||
|
|
||||||
<description>
|
|
||||||
<p>
|
|
||||||
Cinny is a matrix client focusing primarily on simple, elegant and secure interface.
|
|
||||||
</p>
|
|
||||||
</description>
|
|
||||||
|
|
||||||
<custom>
|
|
||||||
<value key="Purism::form_factor">workstation</value>
|
|
||||||
<value key="Purism::form_factor">mobile</value>
|
|
||||||
</custom>
|
|
||||||
|
|
||||||
<screenshots>
|
|
||||||
<screenshot type="default">
|
|
||||||
<image>https://github.com/cinnyapp/cinny-desktop/media/branch/main/resources/screenshot1.png</image>
|
|
||||||
</screenshot>
|
|
||||||
<screenshot>
|
|
||||||
<image>https://github.com/cinnyapp/cinny-desktop/media/branch/main/resources/screenshot2.png</image>
|
|
||||||
</screenshot>
|
|
||||||
<screenshot>
|
|
||||||
<image>https://github.com/cinnyapp/cinny-desktop/media/branch/main/resources/screenshot3.png</image>
|
|
||||||
</screenshot>
|
|
||||||
</screenshots>
|
|
||||||
|
|
||||||
<releases>
|
|
||||||
<release version="2.0.3" date="2022-05-15"/>
|
|
||||||
</releases>
|
|
||||||
<content_rating type="oars-1.1"/>
|
|
||||||
</component>
|
</component>
|
|
@ -1,9 +1,11 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
||||||
Name=Cinny
|
Name=Cinny
|
||||||
Comment=A matrix client with focus on simple, elegant and secure interface.
|
Comment=Yet another matrix client with simple, elegant and secure interface.
|
||||||
Exec=cinny
|
|
||||||
Icon=cinny
|
Icon=cinny
|
||||||
|
Exec=cinny
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;InstantMessaging;
|
Categories=Network;InstantMessaging;
|
||||||
Keywords=Matrix;matrix.org;chat;irc;communications;talk;riot;element;fractal;voip;
|
Keywords=Matrix;matrix.org;chat;irc;communications;talk;riot;element;fractal;voip;
|
||||||
|
|
Loading…
Reference in a new issue