1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?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>