-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBattleNetGames.json
171 lines (171 loc) · 3.65 KB
/
BattleNetGames.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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"__source": [
"https://steamcommunity.com/sharedfiles/filedetails/?id=1113049716",
"https://github.com/JosefNemec/PlayniteExtensions/blob/master/source/Libraries/BattleNetLibrary/BattleNetGames.css"
],
"Games": [
{
"InternalId": "wow",
"ProductId": "WoW",
"Name": "World of Warcraft",
"Executables": [
"World of Warcraft Launcher.exe",
"Wow.exe"
]
},
{
"InternalId": "diablo3",
"ProductId": "D3",
"Name": "Diablo III",
"Executables": [
"Diablo III Launcher.exe",
"Diablo III.exe",
"Diablo III64.exe"
]
},
{
"InternalId": "S2",
"ProductId": "S2",
"Name": "StarCraft II",
"Executables": [
"StarCraft II.exe",
"SC2Switcher.exe",
"SC2Switcher_x64.exe"
]
},
{
"InternalId": "S1",
"ProductId": "S1",
"Name": "StarCraft",
"Executables": [
"StarCraft Launcher.exe",
"StarCraft.exe"
]
},
{
"InternalId": "hs_beta",
"ProductId": "WTCG",
"Name": "Hearthstone",
"Executables": [
"Hearthstone.exe",
"Hearthstone Beta Launcher.exe"
]
},
{
"InternalId": "heroes",
"ProductId": "Hero",
"Name": "Heroes of the Storm",
"Executables": [
"Heroes of the Storm.exe",
"HeroesSwitcher.exe",
"HeroesSwitcher_x64.exe"
]
},
{
"InternalId": "prometheus",
"ProductId": "Pro",
"Name": "Overwatch",
"Executables": [
"Overwatch Launcher.exe",
"Overwatch"
]
},
{
"InternalId": "Diablo II",
"ProductId": "D2",
"Name": "Diablo II",
"Executables": [
"Diablo II.exe"
]
},
{
"InternalId": "Diablo II",
"ProductId": "D2X",
"Name": "Diablo II: Lord of Destruction",
"Executables": [
"Diablo II.exe"
]
},
{
"InternalId": "viper",
"ProductId": "VIPR",
"Name": "Call of Duty: Black Ops 4",
"Executables": [
"Black Ops 4 Launcher.exe",
"BlackOps4.exe",
"BlackOps4_boot.exe"
]
},
{
"InternalId": "odin",
"ProductId": "ODIN",
"Name": "Call of Duty: Modern Warfare",
"Executables": [
"Modern Warfare Launcher.exe",
"ModernWarfare.exe",
"codmw2019.exe"
]
},
{
"InternalId": "W3",
"ProductId": "W3",
"Name": "Warcraft III: Reforged",
"Executables": [
"Warcraft III.exe"
]
},
{
"InternalId": "lazarus",
"ProductId": "LAZR",
"Name": "Call of Duty: Modern Warfare 2 Campaign Remastered",
"Executables": [
]
},
{
"InternalId": "zeus",
"ProductId": "ZEUS",
"Name": "Call of Duty: Black Ops Cold War",
"Executables": [
"Black Ops Cold War Launcher.exe",
"BlackOpsColdWar"
]
},
{
"InternalId": "wlby",
"ProductId": "WLBY",
"Name": "Crash Bandicoot 4",
"Executables": [
"CrashBandicoot4.exe"
]
},
{
"InternalId": "osi",
"ProductId": "OSI",
"Name": "Diablo II: Resurrected",
"Executables": [
"Diablo II.exe"
]
},
{
"InternalId": "rtro",
"ProductId": "RTRO",
"Name": "Blizzard Arcade Collection",
"Executables": [
]
},
{
"InternalId": "fore",
"ProductId": "FORE",
"Name": "Call of Duty: Vanguard",
"Executables": [
]
},
{
"InternalId": "anbs",
"ProductId": "ANBS",
"Name": "Diablo Immortal",
"Executables": [
]
}
]
}