forked from gjpin/itch-flatpak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.itch.itch.metainfo.xml
104 lines (104 loc) · 2.3 KB
/
io.itch.itch.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>
io.itch.itch
</id>
<name>
itch
</name>
<summary>
Play your itch.io games.
</summary>
<url type="homepage">
https://itch.io/
</url>
<url type="bugtracker">
https://github.com/itchio/itch/issues
</url>
<url type="help">
https://itch.io/docs/itch/
</url>
<metadata_license>
CC0-1.0
</metadata_license>
<project_license>
MIT
</project_license>
<description>
<p>
The best way to play your itch.io games .
</p>
<p>
Main Features:
</p>
<ul>
<li>
Browse games like the creator intended;
</li>
<li>
Play browser games offline;
</li>
<li>
Play native Linux games or Windows games through Wine.
</li>
</ul>
</description>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">
moderate
</content_attribute>
<content_attribute id="violence-fantasy">
moderate
</content_attribute>
<content_attribute id="violence-realistic">
moderate
</content_attribute>
<content_attribute id="violence-bloodshed">
moderate
</content_attribute>
<content_attribute id="money-purchasing">
intense
</content_attribute>
</content_rating>
<launchable type="desktop-id">
io.itch.itch.desktop
</launchable>
<screenshots>
<screenshot type="default">
<caption>
Collections
</caption>
<image>
https://raw.githubusercontent.com/gjpin/itch-flatpak/main/assets/collections.png
</image>
</screenshot>
<screenshot>
<caption>
Content browsing
</caption>
<image>
https://raw.githubusercontent.com/gjpin/itch-flatpak/main/assets/content-browsing.png
</image>
</screenshot>
<screenshot>
<caption>
Offline browser games
</caption>
<image>
https://raw.githubusercontent.com/gjpin/itch-flatpak/main/assets/offline-browser-games.png
</image>
</screenshot>
</screenshots>
<releases>
<release version="v25.5.1" date="2021-05-12">
<description>
<ul>
<li>Update to Electron 10.4.5</li>
<li>Update various dependencies</li>
<li>App is now signed with itch corp. certificate. (Also updated butler and itch-setup)</li>
<li>Add physical games as a common filter option</li>
</ul>
</description>
</release>
</releases>
</component>