root/data/blue.hidamari.Boorus.metainfo.xml.in.in

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright nee 2022-2025 <nee-gnomeupdatecontact@hidamari.blue> -->
<component type="desktop-application">
  <id>@app-id@</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0-or-later</project_license>
  <developer_name>nee</developer_name>

  <name>Boorus</name>
  <summary>A booru image browser</summary>

  <description>
    <p>Booru browser.</p>
  </description>

  <recommends>
    <control>keyboard</control>
    <control>pointing</control>
    <control>touch</control>
  </recommends>

  <requires>
    <display_length compare="ge">360</display_length>
  </requires>

  <custom>
    <value key="Purism::form_factor">mobile</value>
  </custom>

  <branding>
    <color type="primary" scheme_preference="light">#da4f66</color>
    <color type="primary" scheme_preference="dark">#243a50</color>
  </branding>

  <url type="homepage">https://hidamari.blue/boorus</url>
  <url type="bugtracker">https://hidamari.blue/git/boorus/issues</url>

  <update_contact>nee-gnomeupdatecontact@hidamari.blue</update_contact>
  <translation type="gettext">@gettext-package@</translation>
  <launchable type="desktop-id">@app-id@.desktop</launchable>

  <categories>
    <category>Graphics</category>
    <category>Viewer</category>
  </categories>

  <screenshots>
    <screenshot type="default">
      <image xml:lang="en">https://hidamari.blue/boorus/browse.png</image>
      <caption xml:lang="en">Browse Page</caption>
    </screenshot>
    <screenshot>
      <image xml:lang="en">https://hidamari.blue/boorus/image.png</image>
      <caption xml:lang="en">Image Page</caption>
    </screenshot>
    <screenshot>
      <image xml:lang="en">https://hidamari.blue/boorus/tags.png</image>
      <caption xml:lang="en">Tag list for an image</caption>
    </screenshot>
  </screenshots>

  <content_rating type="oars-1.0" />

  <releases>
    <!-- <release version="0.0.1" date="2022-03-28" /> -->
  </releases>

</component>