diff --git a/data/org.kop316.meshtastic.metainfo.xml.in b/data/org.kop316.meshtastic.metainfo.xml.in
index 16e2dfd11feb21bbf041d1dff8eb96a1774cb9b5..d8ac6a61baee91d238ed95baedda8fbfe7963ba7 100644
--- a/data/org.kop316.meshtastic.metainfo.xml.in
+++ b/data/org.kop316.meshtastic.metainfo.xml.in
@@ -5,42 +5,25 @@
   <project_license>GPL-3.0-or-later</project_license>
 
   <name>Meshtastic Client</name>
-  <summary>Keep the summary shorter, between 10 and 35 characters</summary>
+  <summary>Graphically control meshtastic devices</summary>
   <description>
-    <p>No description</p>
+    <p>This is a GUI client to control a meshtastic device over Serial, Bluetooth,
+ or TCP/IP. It runs on top of the meshtastic Python API</p>
   </description>
 
-  <developer id="tld.vendor">
-    <name>Developer name</name>
+  <developer id="org.kop316">
+    <name>Chris Talbot</name>
   </developer>
 
-  <!-- Requered: Should be a link to the upstream homepage for the component -->
-  <url type="homepage">https://example.org/</url>
-  <!-- Recommended: It is highly recommended for open-source projects to display the source code repository -->
-  <url type="vcs-browser">https://example.org/repository</url>
-  <!-- Should point to the software's bug tracking system, for users to report new bugs -->
-  <url type="bugtracker">https://example.org/issues</url>
-  <!-- Should link a FAQ page for this software, to answer some of the most-asked questions in detail -->
-  <!-- URLs of this type should point to a webpage where users can submit or modify translations of the upstream project -->
-  <url type="translate">https://example.org/translate</url>
-  <url type="faq">https://example.org/faq</url>
-  <!--Sould provide a web link to an online user's reference, a software manual or help page -->
-  <url type="help">https://example.org/help</url>
-  <!-- URLs of this type should point to a webpage showing information on how to donate to the described software project -->
-  <url type="donation">https://example.org/donate</url>
-  <!--This could for example be an HTTPS URL to an online form or a page describing how to contact the developer -->
-  <url type="contact">https://example.org/contact</url>
-  <!--URLs of this type should point to a webpage showing information on how to contribute to the described software project -->
-  <url type="contribute">https://example.org/contribute</url>
+
+  <url type="homepage">https://gitlab.com/kop316/gtk-meshtastic-client</url>
+  <url type="vcs-browser">https://gitlab.com/kop316/gtk-meshtastic-client</url>
+  <url type="bugtracker">https://gitlab.com/kop316/gtk-meshtastic-client/-/issues</url>
 
   <translation type="gettext">gtk-meshtastic-client</translation>
-  <!-- All graphical applications having a desktop file must have this tag in the MetaInfo.
-     If this is present, appstreamcli compose will pull icons, keywords and categories from the desktop file. -->
   <launchable type="desktop-id">org.kop316.meshtastic.desktop</launchable>
-  <!-- Use the OARS website (https://hughsie.github.io/oars/generate.html) to generate these and make sure to use oars-1.1 -->
   <content_rating type="oars-1.1" />
 
-  <!-- Applications should set a brand color in both light and dark variants like so -->
   <branding>
     <color type="primary" scheme_preference="light">#ff00ff</color>
     <color type="primary" scheme_preference="dark">#993d3d</color>
@@ -48,30 +31,30 @@
 
   <screenshots>
     <screenshot type="default">
-      <image>https://example.org/example1.png</image>
-      <caption>A caption</caption>
-    </screenshot>
-    <screenshot>
-      <image>https://example.org/example2.png</image>
-      <caption>A caption</caption>
+      <image>https://gitlab.com/kop316/gtk-meshtastic-client/-/raw/main/data/screenshot/dark_mode.png</image>
+      <caption>Dark mode</caption>
     </screenshot>
   </screenshots>
   
+  <requires>
+    <display_length compare="ge">360</display_length>
+  </requires>
+
   <recommends>
      <control>pointing</control>
      <control>keyboard</control>
      <control>touch</control>
   </recommends>
 
+  <custom>
+    <value key="Purism::form_factor">mobile</value>
+  </custom>
+
   <releases>
-    <release version="1.0.1" date="2024-01-18">
-      <url type="details">https://example.org/changelog.html#version_1.0.1</url>
+    <release version="0.1.0-Alpha" date="2024-01-18">
+      <url type="details">https://gitlab.com/kop316/gtk-meshtastic-client/-/tags/0.1.0-Alpha</url>
       <description translate="no">
-        <p>Release description</p>
-        <ul>
-          <li>List of changes</li>
-          <li>List of changes</li>
-        </ul>
+        <p>First release</p>
       </description>
     </release>
   </releases>
diff --git a/debian/control b/debian/control
index 0b212b84bbe0f065b6d69fa89380a618dc640036..ef9264a1d214a0afbbddace01a80fa2ca12c4794 100644
--- a/debian/control
+++ b/debian/control
@@ -22,4 +22,4 @@ Depends:
   python3-dotmap,
 Description: GTK Meshtastic Client
  This is a GUI client to control a meshtastic device over Serial, Bluetooth,
- or TCP/IP. It runs on tip of the meshtastic Python API
+ or TCP/IP. It runs on top of the meshtastic Python API