-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
skin.json
32 lines (32 loc) · 812 Bytes
/
skin.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
{
"name": "Metro by Rose",
"author": "Rose",
"description": "A skin heavily inspired by the original Metro for Steam.",
"source": "https://github.com/RoseTheFlower/MetroSteam",
"github":
{
"owner": "RoseTheFlower",
"repo_name": "MetroSteam"
},
"tags":
[
"Dark",
"Metro",
"Windows 10",
"Windows 8"
],
"header_image": "https://raw.githubusercontent.com/RoseTheFlower/MetroSteam/master/preview.png",
"splash_image": "https://i.imgur.com/PQF7r4t.png",
"UseDefaultPatches": true,
"Patches":
[
{
"MatchRegexString": "^DUMMYFORCONFIG$",
"TargetCss": "custom.css"
},
{
"MatchRegexString": "^OverlayRemotePlayTogether$",
"TargetCss": "friends.custom.css"
}
]
}