<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2024 Dave Patrick Caberto -->
<component type="desktop-application">
  <id>@app-id@</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0-or-later</project_license>
  <name>Delineate</name>
  <summary>View and edit graphs</summary>
  <description>
    <p>Delineate provides facilities to edit and draw graphs specified in the DOT language It is designed to be a simple and intuitive tool for creating and editing graphs, with a focus on the user experience.</p>
    <p>The main features of Delineate include the following:</p>
    <ul>
      <li>🖼️ Live and interactive preview of the graph as you type</li>
      <li>⏺️ Multiple Graphviz layout engines support</li>
      <li>📝 Fully-featured DOT language editor</li>
      <li>📦 Export graph as PNG, SVG, or JPEG</li>
    </ul>
  </description>
  <screenshots>
    <screenshot type="default">
      <image>https://raw.githubusercontent.com/SeaDve/Delineate/main/data/resources/screenshots/screenshot1.png</image>
      <caption>Editor and viewer</caption>
    </screenshot>
    <screenshot>
      <image>https://raw.githubusercontent.com/SeaDve/Delineate/main/data/resources/screenshots/screenshot2.png</image>
      <caption>Editor collapsed</caption>
    </screenshot>
    <screenshot>
      <image>https://raw.githubusercontent.com/SeaDve/Delineate/main/data/resources/screenshots/screenshot3.png</image>
      <caption>Tab overview</caption>
    </screenshot>
  </screenshots>
  <branding>
    <color type="primary" scheme_preference="light">#eb695b</color>
    <color type="primary" scheme_preference="dark">#993d3d</color>
  </branding>
  <url type="bugtracker">https://github.com/SeaDve/Delineate/issues</url>
  <url type="homepage">https://github.com/SeaDve/Delineate</url>
  <url type="donation">https://seadve.github.io/donate/</url>
  <url type="translate">https://hosted.weblate.org/projects/kooha/delineate</url>
  <url type="vcs-browser">https://github.com/SeaDve/Delineate</url>
  <content_rating type="oars-1.1"/>
  <releases>
    <release version="0.1.0" date="2024-09-22">
      <description translate="no">
        <p>Initial release.</p>
      </description>
    </release>
  </releases>
  <!-- developer_name tag deprecated with Appstream 1.0 -->
  <developer_name translate="no">Dave Patrick Caberto</developer_name>
  <developer id="io.github.seadve">
    <name translate="no">Dave Patrick Caberto</name>
  </developer>
  <update_contact>davecruz48@gmail.com</update_contact>
  <translation type="gettext">@gettext-package@</translation>
  <launchable type="desktop-id">@app-id@.desktop</launchable>
  <requires>
    <display_length compare="ge">360</display_length>
  </requires>
  <recommends>
    <control>keyboard</control>
    <control>pointing</control>
    <control>touch</control>
  </recommends>
  <custom>
    <value key="Purism::form_factor">mobile</value>
  </custom>
</component>