Skip to content

Commit a23cfef

Browse files
Schmiddiiileolost2605
authored andcommitted
Add requires and recommends metainfo
This allows the application to be listed in the mobile app list on Flathub.
1 parent 008bf5d commit a23cfef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

data/io.github.leolost2605.emergency-alerts.metainfo.xml.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@
3333
<url type="contribute">https://github.com/leolost2605/emergency-alerts</url>
3434

3535
<content_rating type="oars-1.1" />
36+
<supports>
37+
<control>keyboard</control>
38+
<control>pointing</control>
39+
<control>touch</control>
40+
</supports>
41+
<recommends>
42+
<internet>always</internet>
43+
</recommends>
44+
<requires>
45+
<display_length compare="ge">360</display_length>
46+
</requires>
3647

3748
<launchable type="desktop-id">io.github.leolost2605.emergency-alerts.desktop</launchable>
3849

0 commit comments

Comments
 (0)