Skip to content

Commit ad80b08

Browse files
feat(metainfo): brand colors & developer id (#853)
Co-authored-by: Brage Fuglseth <[email protected]>
1 parent b77e725 commit ad80b08

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/dev.geopjr.Tuba.metainfo.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
<binary>dev.geopjr.Tuba</binary>
1818
</provides>
1919
<launchable type="desktop-id">dev.geopjr.Tuba.desktop</launchable>
20+
<!-- developer_name tag deprecated with Appstream 1.0 -->
2021
<developer_name translatable="no">Evangelos "GeopJr" Paterakis</developer_name>
22+
<developer id="dev.geopjr">
23+
<name translatable="no">Evangelos "GeopJr" Paterakis</name>
24+
</developer>
2125
<url type="homepage">https://tuba.geopjr.dev/</url>
2226
<url type="bugtracker">https://github.com/GeopJr/Tuba/issues</url>
2327
<url type="translate">https://hosted.weblate.org/engage/tuba/</url>
@@ -39,6 +43,10 @@
3943
<image type="source">https://media.githubusercontent.com/media/GeopJr/Tuba/main/data/screenshots/screenshot-4.png</image>
4044
</screenshot>
4145
</screenshots>
46+
<branding>
47+
<color type="primary" scheme_preference="light">#ece5c7</color>
48+
<color type="primary" scheme_preference="dark">#66593b</color>
49+
</branding>
4250
<content_rating type="oars-1.1">
4351
<content_attribute id="social-chat">moderate</content_attribute>
4452
<content_attribute id="social-audio">moderate</content_attribute>

0 commit comments

Comments
 (0)