appdata: add display size value

This adds the missing part of the recommended values for apps that work on
desktops and mobile.
See https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines#desktop-and-mobile-apps
for reference.
This commit is contained in:
Peter Mack 2026-02-08 14:30:55 +01:00
parent fe5d7f9542
commit cca988aabf
No known key found for this signature in database
GPG Key ID: F1E44EE52B14DCE8

View File

@ -12,6 +12,9 @@
<control>keyboard</control>
<control>touch</control>
</recommends>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<developer_name>Kingkor Roy Tirtho</developer_name>
<url type="bugtracker">https://github.com/krtirtho/spotube/issues</url>
<url type="homepage">https://spotube.krtirtho.dev</url>