extensions-app: Add brand colors

Flathub recently added support for "brand colors"[0] that app
stores can use to improve an app's presentation.

Sam Hewitt was kind enough to provide some for the Extensions
app, add them to the metainfo.

[0] https://docs.flathub.org/blog/introducing-app-brand-colors/

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3226>
This commit is contained in:
Florian Müllner 2024-03-06 16:20:29 +01:00 committed by Marge Bot
parent a64424864b
commit 7b8aa81fd9

@ -30,6 +30,11 @@
<kudo>ModernToolkit</kudo>
</kudos>
<branding>
<color type="primary" scheme_preference="light">#c5eeb2</color>
<color type="primary" scheme_preference="dark">#447637</color>
</branding>
<requires>
<display_length compare="ge">360</display_length>
</requires>