@JakobDev
Copy link
Contributor

JakobDev commented Jun 22, 2022

Since Appstream has it's own file format, it would be nice to have MimeType for it. Something like this:

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
	<mime-type type="text/x-freedesktop-appstream">
		<comment>Appstream Files</comment>
		<glob pattern="*.appdata.xml"/>
		<glob pattern="*.metadata.xml"/>
	</mime-type>
</mime-info>

Not sure if this is the right place to suggest it.