-
Notifications
You must be signed in to change notification settings - Fork 9
/
org.perezdecastro.Revolt.appdata.xml
27 lines (27 loc) · 1.19 KB
/
org.perezdecastro.Revolt.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop-application">
<id>org.perezdecastro.Revolt.desktop</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Revolt</name>
<summary>Better integration of Element, a Matrix client, with desktop environments</summary>
<description>
<p>
Revolt is a small application which wraps Element to provide better integration
with desktop environments in general, and GNOME in particular:
</p>
<ul>
<li>Having Element as a “standalone” application instead of it living in a browser tab</li>
<li>Persistent notifications (for desktop environments supporting them, i.e. GNOME)</li>
<li>Notifications are automatically prevented when the Revolt window is focused</li>
<li>Status icon for desktop environment which have a tray bar applet (XFCE, Budgie, likely many others)</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image>https://github.com/aperezdc/revolt/raw/master/assets/revolt-screenshot.png</image>
<caption>Revolt running on GNOME</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/aperezdc/revolt</url>
</component>