Skip to content

Commit 6cb6aea

Browse files
cpbaSmallJoker
authored andcommittedMay 18, 2019
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.
1 parent eb2bda7 commit 6cb6aea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎misc/net.minetest.minetest.appdata.xml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<id>net.minetest.minetest.desktop</id>
44
<metadata_license>CC0-1.0</metadata_license>
55
<project_license>LGPL-2.1+ and CC-BY-SA-3.0 and MIT and Apache-2.0</project_license>
6+
<content_rating type="oars-1.0">
7+
<content_attribute id="violence-cartoon">mild</content_attribute>
8+
<content_attribute id="violence-fantasy">mild</content_attribute>
9+
<content_attribute id="social-chat">intense</content_attribute>
10+
<content_attribute id="social-info">mild</content_attribute>
11+
</content_rating>
612
<name>Minetest</name>
713
<summary>Multiplayer infinite-world block sandbox game</summary>
814
<description>

0 commit comments

Comments
 (0)
Please sign in to comment.