Add content_rating tag to appdata (#8538)
This tag allows software stores (KDE discover, etc) to filter and know whether applications are suitable for young users.master
parent
eb2bda7d0b
commit
6cb6aea969
|
@ -3,6 +3,12 @@
|
|||
<id>net.minetest.minetest.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>LGPL-2.1+ and CC-BY-SA-3.0 and MIT and Apache-2.0</project_license>
|
||||
<content_rating type="oars-1.0">
|
||||
<content_attribute id="violence-cartoon">mild</content_attribute>
|
||||
<content_attribute id="violence-fantasy">mild</content_attribute>
|
||||
<content_attribute id="social-chat">intense</content_attribute>
|
||||
<content_attribute id="social-info">mild</content_attribute>
|
||||
</content_rating>
|
||||
<name>Minetest</name>
|
||||
<summary>Multiplayer infinite-world block sandbox game</summary>
|
||||
<description>
|
||||
|
|
Loading…
Reference in New Issue