Skip to content

Commit

Permalink
Add content_rating tag to appdata (#8538)
Browse files Browse the repository at this point in the history
This tag allows software stores (KDE discover, etc) to filter and know whether applications are suitable for young users.
  • Loading branch information
cpba authored and SmallJoker committed May 18, 2019
1 parent eb2bda7 commit 6cb6aea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions misc/net.minetest.minetest.appdata.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 6cb6aea

Please sign in to comment.