summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorVitaly Zaitsev <vitaly@easycoding.org>2018-02-02 04:02:30 +0500
committermujx <mujx@users.noreply.github.com>2018-02-01 16:02:30 -0700
commit73bc1ffa7bde1443b397dc65bedf371b9564a9d8 (patch)
treeb7ccd346ef2b7608c8813255690ceffbbf4e6910 /resources
parentUpdate matrix-structs (diff)
downloadnheko-73bc1ffa7bde1443b397dc65bedf371b9564a9d8.tar.xz
Added AppData manifest file for Gnome Software (#224)
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
Diffstat (limited to 'resources')
-rw-r--r--resources/nheko.appdata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/resources/nheko.appdata.xml b/resources/nheko.appdata.xml
new file mode 100644

index 00000000..42bb46fc --- /dev/null +++ b/resources/nheko.appdata.xml
@@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2018 Vitaly Zaitsev <vitaly@easycoding.org> --> +<component type="desktop"> + <id>nheko.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPLv3+ and Public Domain and MIT and Boost and ASL 2.0 and CC-BY</project_license> + <name>nheko</name> + <summary>Desktop client for the Matrix protocol</summary> + <description> + <p> + The motivation behind the project is to provide a native desktop app + for Matrix that feels more like a mainstream chat app. + </p> + </description> + <screenshots> + <screenshot type="default"> + <image>https://dl.dropboxusercontent.com/s/umojysx3gv80qs9/nheko-default-theme.png</image> + </screenshot> + </screenshots> + <url type="homepage">https://github.com/mujx/nheko</url> + <update_contact>https://github.com/mujx</update_contact> +</component>