about summary refs log tree commit diff
path: root/data/com.lakoliu.Furtherance.appdata.xml.in
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-03-26 11:21:32 +0100
committerRicky Kresslein <rk@lakoliu.com>2022-03-26 11:21:32 +0100
commit296787174a318780a9b0aebc322c5ebe64fc3b36 (patch)
treedd123fd994b3a72fa312f292a74f06df69ae8251 /data/com.lakoliu.Furtherance.appdata.xml.in
parent3312d180c0743494702f52cb715f2d86772db9a4 (diff)
downloadFurtherance-296787174a318780a9b0aebc322c5ebe64fc3b36.tar.zst
Updated AppData
Diffstat (limited to 'data/com.lakoliu.Furtherance.appdata.xml.in')
-rwxr-xr-xdata/com.lakoliu.Furtherance.appdata.xml.in34
1 files changed, 31 insertions, 3 deletions
diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in
index e1c4d13..a4ab125 100755
--- a/data/com.lakoliu.Furtherance.appdata.xml.in
+++ b/data/com.lakoliu.Furtherance.appdata.xml.in
@@ -1,9 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop">
-	<id>com.lakoliu.Furtherance.desktop</id>
+<component type="desktop-application">
+	<id>com.lakoliu.Furtherance</id>
+  <launchable type="desktop-id">com.lakoliu.Furtherance.desktop</launchable>
+  <name>Furtherance</name>
+  <summary>Track your time without being tracked.</summary>
 	<metadata_license>CC0-1.0</metadata_license>
 	<project_license>GPL-3.0-or-later</project_license>
 	<description>
-	  <p>Track your time without being tracked.</p>
+	  <p>
+	    Furtherance is an elegant time tracking app built for Gnome with Rust
+	    and GTK4. In addition to tracking time spent on tasks, you can edit that
+	    time, delete entries, and change settings. It even has idle detection.
+	  </p>
 	</description>
+
+  <screenshots>
+    <screenshot type="default">
+      <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-main.png</image>
+    </screenshot>
+    <screenshot>
+      <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-task-details.png</image>
+    </screenshot>
+    <screenshot>
+      <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-edit-task.png</image>
+    </screenshot>
+    <screenshot>
+      <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-settings.png</image>
+    </screenshot>
+  </screenshots>
+
+  <url type="homepage">https://furtherance.app</url>
+  <url type="bugtracker">https://github.com/lakoliu/Furtherance/issues</url>
+
+  <content_rating type="oars-1.1" />
+
 </component>