-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.metainfo.xml
47 lines (47 loc) · 1.88 KB
/
app.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id></id>
<metadata_license>CC0-1.0</metadata_license>
<!-- Also available FSFAP MIT 0BSD CC0-1.0 CC0-1.0 CC-BY-3.0 CC-BY-4.0 CC-BY-SA-3.0 CC-BY-SA-4.0 GFDL-1.1 GFDL-1.2 GFDL-1.3 BSL-1.0 FTL FSFUL -->
<name></name>
<summary></summary>
<summary xml:lang=""></summary>
<description>
<p>Steam is a software distribution service with an online store, automated installation, automatic updates, achievements, SteamCloud synchronized savegame and screenshot functionality, and many social features.</p>
</description>
<!-- Follow this guideline https://specifications.freedesktop.org/menu-spec/latest/category-registry.html-->
<categories>
<category></category>
<category></category>
</categories>
<url type="homepage"></url>
<url type="bugtracker"></url>
<url type="faq"></url>
<url type="help"></url>
<url type="donation"></url>
<url type="translate"></url>
<url type="contact"></url>
<url type="vcs-browser"></url>
<url type="contribute"></url>
<!-- Please follow SPDX License expressions https://spdx.org/specifications -->
<project_license>LicenseRef-proprietary=https://example.com/mylicense.html</project_license>
<developer></developer>
<screenshots>
<screenshot type="default">
<caption></caption>
<caption xml:lang=""></caption>
<image type="source" width="1200" height="1026"></image>
</screenshot>
</screenshots>
<launchable type="desktop-id"></launchable>
<releases>
<release version="1.0.0.82" date="2024-10-03">
<description></description>
</release>
</releases>
<bundle type="appimage">pkgname-pkgversion</bundle>
<content_rating type="oars-1.1">
<!-- Can be generated via https://hughsie.github.io/oars/generate.html -->
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
</component>