-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathio.itch.itch.metainfo.xml
117 lines (109 loc) · 4.47 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
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Doomsdayrs -->
<component type="desktop-application">
<id>io.itch.itch</id>
<launchable type="desktop-id">io.itch.itch.desktop</launchable>
<name>itch</name>
<summary>Install, update and play indie 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>
<url type="faq">https://itch.io/docs/app/faq</url>
<url type="translate">https://itch.io/t/11917/translating-the-app-continuously</url>
<url type="contact">https://itch.io/support</url>
<url type="vcs-browser">https://github.com/itchio/itch</url>
<url type="contribute">https://github.com/itchio/itch/blob/master/CODE_OF_CONDUCT.md</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<categories>
<category>Game</category>
</categories>
<description>
<p>
The itch.io app, itch, lets you effortlessly download and run games and software from itch.io. All of your downloads are kept in a single place and are automatically updated. Access your collections and purchases, or browse for new games via the in-app browser.
</p>
<p>
NOTICE: This package is not verified by, affiliated with, or supported by itch.io.
</p>
<p>Browse games like the creator intended.</p>
<ul>
<li>
On itch.io creators control how their project pages look. The built in browser lets you download and install games while exploring the unique page designs of our creators.
</li>
</ul>
<p>Always updated. </p>
<ul>
<li>
Not only will the games you've installed automatically update, the app itself will automatically transform as we launch new functionality and features. Games using our new command line tools will generate delta patches, ensuring that you only download what's changed when new games come out.
</li>
</ul>
<p>Browser games offline.</p>
<ul>
<li>
You can sync any browser based games right into the app, letting you play them offline whenever you want. Once you're back online you'll be able to grab any updates if necessary.
</li>
</ul>
<p>Join the community. </p>
<ul>
<li>
Learn more about the development of the app in our community. Share feature requests and general feedback with other members of itch.io. If you're a programmer then you'll be glad to hear that the entire project is open source on GitHub, we look forward to your pull requests.
</li>
</ul>
<p>Available in your language.</p>
<ul>
<li>
The itch app is available in over 20 languages, thanks to the itch.io community!
</li>
</ul>
</description>
<keywords>
<keyword>store</keyword>
</keywords>
<content_rating type="oars-1.1">
<content_attribute id="social-info">intense</content_attribute>
<content_attribute id="social-contacts">intense</content_attribute>
<content_attribute id="money-purchasing">intense</content_attribute>
<content_attribute id="money-advertising">mild</content_attribute>
</content_rating>
<screenshots>
<screenshot type="default">
<caption>Collections</caption>
<image>https://static.itch.io/images/app/collections@1x.png</image>
</screenshot>
<screenshot>
<caption>Content browsing</caption>
<image>https://static.itch.io/images/app/gamepage@1x.png</image>
</screenshot>
<screenshot>
<caption>Offline browser games</caption>
<image>https://static.itch.io/images/app/html5@1x.png</image>
</screenshot>
</screenshots>
<releases>
<release version="v26.1.9" date="2024-06-06">
</release>
<release version="v25.5.1" date="2021-05-11">
<url>https://github.com/itchio/itch/releases/tag/v25.5.1</url>
<description>
Update to Electron 10.4.5
This release fixes a bug within Electron that prevented HTML5 games that use wasm from loading
Update various dependencies
App is now signed with itch corp. certificate. (Also updated butler and itch-setup)
Add physical games as a common filter option
</description>
</release>
</releases>
<provides>
<mediatype>x-scheme-handler/itchio</mediatype>
<mediatype>x-scheme-handler/itch</mediatype>
</provides>
<requires>
<control>pointing</control>
<control>keyboard</control>
<internet>first-run</internet>
</requires>
<supports>
<control>gamepad</control>
</supports>
<developer_name>itch.io</developer_name>
</component>