-
Notifications
You must be signed in to change notification settings - Fork 5
/
steam-template.json
38 lines (38 loc) · 1.84 KB
/
steam-template.json
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
{{
"language": "{language}",
"itemid": "343360",
"app[content][legal]": "",
"app[content][earlyaccess_description]": "",
"app[content][about]": "{about}",
"app[content][short_description]": "{short_description}",
"app[content][sysreqs][mac][min][osversion]": "",
"app[content][sysreqs][mac][min][processor]": "",
"app[content][sysreqs][mac][min][graphics]": "",
"app[content][sysreqs][mac][min][soundcard]": "",
"app[content][sysreqs][mac][min][notes]": "",
"app[content][sysreqs][mac][req][osversion]": "",
"app[content][sysreqs][mac][req][processor]": "",
"app[content][sysreqs][mac][req][graphics]": "",
"app[content][sysreqs][mac][req][soundcard]": "",
"app[content][sysreqs][mac][req][notes]": "",
"app[content][sysreqs][windows][min][osversion]": "",
"app[content][sysreqs][windows][min][processor]": "",
"app[content][sysreqs][windows][min][graphics]": "",
"app[content][sysreqs][windows][min][soundcard]": "",
"app[content][sysreqs][windows][min][notes]": "",
"app[content][sysreqs][windows][req][osversion]": "",
"app[content][sysreqs][windows][req][processor]": "",
"app[content][sysreqs][windows][req][graphics]": "",
"app[content][sysreqs][windows][req][soundcard]": "",
"app[content][sysreqs][windows][req][notes]": "",
"app[content][sysreqs][linux][min][osversion]": "",
"app[content][sysreqs][linux][min][processor]": "",
"app[content][sysreqs][linux][min][graphics]": "",
"app[content][sysreqs][linux][min][soundcard]": "",
"app[content][sysreqs][linux][min][notes]": "",
"app[content][sysreqs][linux][req][osversion]": "",
"app[content][sysreqs][linux][req][processor]": "",
"app[content][sysreqs][linux][req][graphics]": "",
"app[content][sysreqs][linux][req][soundcard]": "",
"app[content][sysreqs][linux][req][notes]": ""
}}