forked from SteamDatabase/SteamTracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
urls.json
484 lines (453 loc) · 48.6 KB
/
urls.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
// No, JSON doesn't support comments. We strip them out.
{
//
// Client Manifests
//
"ClientManifest/steam_client_ubuntu12" : "https://steamcdn-a.akamaihd.net/client/steam_client_ubuntu12?__TIME__",
"ClientManifest/steam_client_win32" : "https://steamcdn-a.akamaihd.net/client/steam_client_win32?__TIME__",
"ClientManifest/steam_client_osx" : "https://steamcdn-a.akamaihd.net/client/steam_client_osx?__TIME__",
"ClientManifest/csgo_launcher_win32" : "https://steamcdn-a.akamaihd.net/client/csgo_launcher_win32?__TIME__",
"ClientManifest/dota2_launcher_win32" : "https://steamcdn-a.akamaihd.net/client/dota2_launcher_win32?__TIME__",
"ClientManifest/dota2_launcher_nexon_win32" : "https://steamcdn-a.akamaihd.net/client/dota2_launcher_nexon_win32?__TIME__",
//
// Beta Client Manifests
//
"ClientManifest/steam_client_publicbeta_ubuntu12": "https://steamcdn-a.akamaihd.net/client/steam_client_publicbeta_ubuntu12?__TIME__",
"ClientManifest/steam_client_publicbeta_win32" : "https://steamcdn-a.akamaihd.net/client/steam_client_publicbeta_win32?__TIME__",
"ClientManifest/steam_client_publicbeta_osx" : "https://steamcdn-a.akamaihd.net/client/steam_client_publicbeta_osx?__TIME__",
//
// SteamCMD Manifests
//
"ClientManifest/steam_cmd_linux" : "https://steamcdn-a.akamaihd.net/client/steam_cmd_linux?__TIME__",
"ClientManifest/steam_cmd_win32" : "https://steamcdn-a.akamaihd.net/client/steam_cmd_win32?__TIME__",
"ClientManifest/steam_cmd_osx" : "https://steamcdn-a.akamaihd.net/client/steam_cmd_osx?__TIME__",
//
// Beta SteamCMD Manifests
//
"ClientManifest/steam_cmd_publicbeta_linux" : "https://steamcdn-a.akamaihd.net/client/steam_cmd_publicbeta_linux?__TIME__",
"ClientManifest/steam_cmd_publicbeta_win32" : "https://steamcdn-a.akamaihd.net/client/steam_cmd_publicbeta_win32?__TIME__",
"ClientManifest/steam_cmd_publicbeta_osx" : "https://steamcdn-a.akamaihd.net/client/steam_cmd_publicbeta_osx?__TIME__",
//
// Store CSS (v6)
//
"Styles/Store/account.css" : "https://store.steampowered.com/public/css/v6/account.css?__TIME__",
"Styles/Store/browse.css" : "https://store.steampowered.com/public/css/v6/browse.css?__TIME__",
"Styles/Store/cart.css" : "https://store.steampowered.com/public/css/v6/cart.css?__TIME__",
"Styles/Store/creator_hub.css" : "https://store.steampowered.com/public/css/v6/creator_hub.css?__TIME__",
"Styles/Store/curator_admin.css" : "https://store.steampowered.com/public/css/v6/curator_admin.css?__TIME__",
"Styles/Store/curator_announcements.css" : "https://store.steampowered.com/public/css/v6/curator_announcements.css?__TIME__",
"Styles/Store/curator_recommendations.css" : "https://store.steampowered.com/public/css/v6/curator_recommendations.css?__TIME__",
"Styles/Store/curators_browse.css" : "https://store.steampowered.com/public/css/v6/curators_browse.css?__TIME__",
"Styles/Store/curators_common.css" : "https://store.steampowered.com/public/css/v6/curators_common.css?__TIME__",
"Styles/Store/curators_home.css" : "https://store.steampowered.com/public/css/v6/curators_home.css?__TIME__",
"Styles/Store/contenthub.css" : "https://store.steampowered.com/public/css/v6/contenthub.css?__TIME__",
"Styles/Store/digitalgiftcards.css" : "https://store.steampowered.com/public/css/v6/digitalgiftcards.css?__TIME__",
"Styles/Store/discoveryqueue.css" : "https://store.steampowered.com/public/css/v6/discoveryqueue.css?__TIME__",
"Styles/Store/explore_queue.css" : "https://store.steampowered.com/public/css/v6/explore_queue.css?__TIME__",
"Styles/Store/game.css" : "https://store.steampowered.com/public/css/v6/game.css?__TIME__",
"Styles/Store/genre.css" : "https://store.steampowered.com/public/css/v6/genre.css?__TIME__",
"Styles/Store/home.css" : "https://store.steampowered.com/public/css/v6/home.css?__TIME__",
"Styles/Store/itemstore.css" : "https://store.steampowered.com/public/css/v6/itemstore.css?__TIME__",
"Styles/Store/login.css" : "https://store.steampowered.com/public/css/v6/login.css?__TIME__",
"Styles/Store/news.css" : "https://store.steampowered.com/public/css/v6/news.css?__TIME__",
"Styles/Store/recommended.css" : "https://store.steampowered.com/public/css/v6/recommended.css?__TIME__",
"Styles/Store/sale.css" : "https://store.steampowered.com/public/css/v6/sale.css?__TIME__",
"Styles/Store/search.css" : "https://store.steampowered.com/public/css/v6/search.css?__TIME__",
"Styles/Store/steamaccount.css" : "https://store.steampowered.com/public/css/v6/steamaccount.css?__TIME__",
"Styles/Store/steamlink_about.css" : "https://store.steampowered.com/public/css/v6/steamlink_about.css?__TIME__",
"Styles/Store/store.css" : "https://store.steampowered.com/public/css/v6/store.css?__TIME__",
"Styles/Store/tags.css" : "https://store.steampowered.com/public/css/v6/tags.css?__TIME__",
"Styles/Store/updated_apps.css" : "https://store.steampowered.com/public/css/v6/updated_apps.css?__TIME__",
"Styles/Store/wishlist.css" : "https://store.steampowered.com/public/css/v6/wishlist.css?__TIME__",
//
// Store CSS (v5, current)
//
"Styles/styles_aboutv5.css" : "https://store.steampowered.com/public/css/styles_aboutv5.css?__TIME__",
"Styles/styles_hwsurvey.css" : "https://store.steampowered.com/public/css/styles_hwsurvey.css?__TIME__",
"Styles/styles_parental.css" : "https://store.steampowered.com/public/css/styles_parental.css?__TIME__",
"Styles/styles_phone.css" : "https://store.steampowered.com/public/css/styles_phone.css?__TIME__",
"Styles/styles_ssav5.css" : "https://store.steampowered.com/public/css/styles_ssav5.css?__TIME__",
"Styles/styles_stats.css" : "https://store.steampowered.com/public/css/styles_stats.css?__TIME__",
"Styles/styles_storev5.css" : "https://store.steampowered.com/public/css/styles_storev5.css?__TIME__",
"Styles/styles_supportmessages.css" : "https://store.steampowered.com/public/css/styles_supportmessages.css?__TIME__",
"Styles/styles_twofactor.css" : "https://store.steampowered.com/public/css/styles_twofactor.css?__TIME__",
"Styles/styles_video.css" : "https://store.steampowered.com/public/css/styles_video.css?__TIME__",
"Styles/styles_video_watch.css" : "https://store.steampowered.com/public/css/styles_video_watch.css?__TIME__",
"Styles/styles_widget.css" : "https://store.steampowered.com/public/css/styles_widget.css?__TIME__",
"Styles/styles_autumn2016.css" : "https://store.steampowered.com/public/css/promo/autumn2016.css?__TIME__",
"Styles/styles_autumn2017.css" : "https://store.steampowered.com/public/css/promo/autumn2017.css?__TIME__",
"Styles/styles_autumn2018.css" : "https://store.steampowered.com/public/css/promo/autumn2018.css?__TIME__",
"Styles/curator_announce.css" : "https://store.steampowered.com/public/css/promo/curator_announce.css?__TIME__",
"Styles/newstore2016.css" : "https://store.steampowered.com/public/css/promo/newstore2016.css?__TIME__",
"Styles/storev6.css" : "https://store.steampowered.com/public/css/promo/storev6.css?__TIME__",
"Styles/winter_2015_main.css" : "https://store.steampowered.com/public/css/promo/winter_2015_main.css?__TIME__",
"Styles/winter2018.css" : "https://store.steampowered.com/public/css/promo/winter2018.css?__TIME__",
"Styles/winter2018_cottage.css" : "https://store.steampowered.com/public/css/promo/winter2018_cottage.css?__TIME__",
//
// Community CSS
//
"Styles/Community/apphub_admin.css" : "https://steamcommunity.com/public/css/skin_1/apphub_admin.css?__TIME__",
"Styles/Community/apphub_broadcast.css" : "https://steamcommunity.com/public/css/skin_1/apphub_broadcast.css?__TIME__",
"Styles/Community/apphub_guides.css" : "https://steamcommunity.com/public/css/skin_1/apphub_guides.css?__TIME__",
"Styles/Community/apphub_home.css" : "https://steamcommunity.com/public/css/skin_1/apphub_home.css?__TIME__",
"Styles/Community/apphub_images.css" : "https://steamcommunity.com/public/shared/css/apphub_images.css?__TIME__",
"Styles/Community/apphub_workshop.css" : "https://steamcommunity.com/public/css/skin_1/apphub_workshop.css?__TIME__",
"Styles/Community/apphubs.css" : "https://steamcommunity.com/public/css/skin_1/apphubs.css?__TIME__",
"Styles/Community/badges.css" : "https://steamcommunity.com/public/css/skin_1/badges.css?__TIME__",
"Styles/Community/broadcast_upload.css" : "https://steamcommunity.com/public/css/skin_1/broadcast_upload.css?__TIME__",
"Styles/Community/broadcast_watch.css" : "https://steamcommunity.com/public/shared/css/skin_1/broadcast_watch.css?__TIME__",
"Styles/Community/chat.css" : "https://steamcommunity.com/public/css/skin_1/chat.css?__TIME__",
"Styles/Community/communityhome.css" : "https://steamcommunity.com/public/css/skin_1/communityhome.css?__TIME__",
"Styles/Community/discussions.css" : "https://steamcommunity.com/public/css/skin_1/discussions.css?__TIME__",
"Styles/Community/dmca.css" : "https://steamcommunity.com/public/css/skin_1/dmca.css?__TIME__",
"Styles/Community/dmca_browse.css" : "https://steamcommunity.com/public/css/skin_1/dmca_browse.css?__TIME__",
"Styles/Community/dmca_view.css" : "https://steamcommunity.com/public/css/skin_1/dmca_view.css?__TIME__",
"Styles/Community/economy.css" : "https://steamcommunity.com/public/css/skin_1/economy.css?__TIME__",
"Styles/Community/economy_history.css" : "https://steamcommunity.com/public/css/skin_1/economy_history.css?__TIME__",
"Styles/Community/economy_inventory.css" : "https://steamcommunity.com/public/css/skin_1/economy_inventory.css?__TIME__",
"Styles/Community/economy_market.css" : "https://steamcommunity.com/public/css/skin_1/economy_market.css?__TIME__",
"Styles/Community/fatalerror.css" : "https://steamcommunity.com/public/css/skin_1/fatalerror.css?__TIME__",
"Styles/Community/forums.css" : "https://steamcommunity.com/public/css/skin_1/forums.css?__TIME__",
"Styles/Community/friendsv2.css" : "https://steamcommunity.com/public/css/friendsv2.css?__TIME__",
"Styles/Community/game_achievements.css" : "https://steamcommunity.com/public/css/skin_1/game_achievements.css?__TIME__",
"Styles/Community/gamecard_crafting.css" : "https://steamcommunity.com/public/css/skin_1/gamecard_crafting.css?__TIME__",
"Styles/Community/global.css" : "https://steamcommunity.com/public/css/skin_1/global.css?__TIME__",
"Styles/Community/greenlight.css" : "https://steamcommunity.com/public/css/skin_1/greenlight.css?__TIME__",
"Styles/Community/group_list.css" : "https://steamcommunity.com/public/css/skin_1/group_list.css?__TIME__",
"Styles/Community/group_members_list.css" : "https://steamcommunity.com/public/css/skin_1/group_members_list.css?__TIME__",
"Styles/Community/group_ogg.css" : "https://steamcommunity.com/public/css/skin_1/group_ogg.css?__TIME__",
"Styles/Community/group_permissions_edit.css" : "https://steamcommunity.com/public/css/skin_1/group_permissions_edit.css?__TIME__",
"Styles/Community/groupadmin.css" : "https://steamcommunity.com/public/css/skin_1/groupadmin.css?__TIME__",
"Styles/Community/groupv2.css" : "https://steamcommunity.com/public/css/skin_1/groupv2.css?__TIME__",
"Styles/Community/header.css" : "https://steamcommunity.com/public/css/skin_1/header.css?__TIME__",
"Styles/Community/headerless_page.css" : "https://steamcommunity.com/public/css/skin_1/headerless_page.css?__TIME__",
"Styles/Community/home.css" : "https://steamcommunity.com/public/css/skin_1/home.css?__TIME__",
"Styles/Community/login.css" : "https://steamcommunity.com/public/css/skin_1/login.css?__TIME__",
"Styles/Community/modalContent.css" : "https://steamcommunity.com/public/css/skin_1/modalContent.css?__TIME__",
"Styles/Community/openid.css" : "https://steamcommunity.com/public/css/skin_1/openid.css?__TIME__",
"Styles/Community/parental.css" : "https://steamcommunity.com/public/css/skin_1/parental.css?__TIME__",
"Styles/Community/playerstats_generic.css" : "https://steamcommunity.com/public/css/skin_1/playerstats_generic.css?__TIME__",
"Styles/Community/profile.css" : "https://steamcommunity.com/public/css/skin_1/profile.css?__TIME__",
"Styles/Community/profile_commentnotifications.css": "https://steamcommunity.com/public/css/skin_1/profile_commentnotifications.css?__TIME__",
"Styles/Community/profile_edit.css" : "https://steamcommunity.com/public/css/skin_1/profile_edit.css?__TIME__",
"Styles/Community/profile_editv2.css" : "https://steamcommunity.com/public/css/skin_1/profile_editv2.css?__TIME__",
"Styles/Community/profile_friendactivity.css" : "https://steamcommunity.com/public/css/skin_1/profile_friendactivity.css?__TIME__",
"Styles/Community/profile_friends_list.css" : "https://steamcommunity.com/public/css/skin_1/profile_friends_list.css?__TIME__",
"Styles/Community/profile_friends_list_self.css" : "https://steamcommunity.com/public/css/skin_1/profile_friends_list_self.css?__TIME__",
"Styles/Community/profile_gamenotifications.css" : "https://steamcommunity.com/public/css/skin_1/profile_gamenotifications.css?__TIME__",
"Styles/Community/profile_gamenotificationsettings.css": "https://steamcommunity.com/public/css/skin_1/profile_gamenotificationsettings.css?__TIME__",
"Styles/Community/profile_games_list.css" : "https://steamcommunity.com/public/css/skin_1/profile_games_list.css?__TIME__",
"Styles/Community/profile_recommended.css" : "https://steamcommunity.com/public/css/skin_1/profile_recommended.css?__TIME__",
"Styles/Community/profile_reviews.css" : "https://steamcommunity.com/public/css/skin_1/profile_reviews.css?__TIME__",
"Styles/Community/profile_sharedfiles.css" : "https://steamcommunity.com/public/css/skin_1/profile_sharedfiles.css?__TIME__",
"Styles/Community/profile_tradeoffers.css" : "https://steamcommunity.com/public/css/skin_1/profile_tradeoffers.css?__TIME__",
"Styles/Community/profile_videos.css" : "https://steamcommunity.com/public/css/skin_1/profile_videos.css?__TIME__",
"Styles/Community/profilev2.css" : "https://steamcommunity.com/public/css/skin_1/profilev2.css?__TIME__",
"Styles/Community/reportphishing.css" : "https://steamcommunity.com/public/css/skin_1/reportphishing.css?__TIME__",
"Styles/Community/search.css" : "https://steamcommunity.com/public/css/skin_1/search.css?__TIME__",
"Styles/Community/sharedfiles_guide.css" : "https://steamcommunity.com/public/css/skin_1/sharedfiles_guide.css?__TIME__",
"Styles/Community/sharedfiles_imagewall.css" : "https://steamcommunity.com/public/css/skin_1/sharedfiles_imagewall.css?__TIME__",
"Styles/Community/sharedfiles_itemedittext_media.css": "https://steamcommunity.com/public/css/skin_1/sharedfiles_itemedittext_media.css?__TIME__",
"Styles/Community/sharedfiles_manage_image.css" : "https://steamcommunity.com/public/css/skin_1/sharedfiles_manage_image.css?__TIME__",
"Styles/Community/stickers.css" : "https://steamcommunity.com/public/css/promo/summer2017/stickers.css?__TIME__",
"Styles/Community/trade.css" : "https://steamcommunity.com/public/css/skin_1/trade.css?__TIME__",
"Styles/Community/welcome.css" : "https://steamcommunity.com/public/css/skin_1/welcome.css?__TIME__",
"Styles/Community/workshop.css" : "https://steamcommunity.com/public/css/skin_1/workshop.css?__TIME__",
"Styles/Community/workshop_about.css" : "https://steamcommunity.com/public/css/skin_1/workshop_about.css?__TIME__",
"Styles/Community/workshop_browse_menu.css" : "https://steamcommunity.com/public/css/skin_1/workshop_browse_menu.css?__TIME__",
"Styles/Community/workshop_commerce.css" : "https://steamcommunity.com/public/css/skin_1/workshop_commerce.css?__TIME__",
"Styles/Community/workshop_home.css" : "https://steamcommunity.com/public/css/skin_1/workshop_home.css?__TIME__",
"Styles/Community/workshop_hover.css" : "https://steamcommunity.com/public/css/skin_1/workshop_hover.css?__TIME__",
"Styles/Community/workshop_itemdetails.css" : "https://steamcommunity.com/public/css/skin_1/workshop_itemdetails.css?__TIME__",
"Styles/Community/workshop_itemedittext.css" : "https://steamcommunity.com/public/css/skin_1/workshop_itemedittext.css?__TIME__",
"Styles/Community/workshop_managecollection.css" : "https://steamcommunity.com/public/css/skin_1/workshop_managecollection.css?__TIME__",
"Styles/Community/workshop_userfiles.css" : "https://steamcommunity.com/public/css/skin_1/workshop_userfiles.css?__TIME__",
//
// Help CSS
//
"Styles/Help/help.css" : "https://help.steampowered.com/public/css/help.css?__TIME__",
//
// Global and shared CSS
//
"Styles/apphub.css" : "https://steamcommunity.com/public/shared/css/apphub.css?__TIME__",
"Styles/buttons.css" : "https://steamcommunity.com/public/shared/css/buttons.css?__TIME__",
"Styles/dash_player.css" : "https://steamcommunity.com/public/shared/css/dash_player.css?__TIME__",
"Styles/globalv2.css" : "https://steamcommunity.com/public/css/globalv2.css?__TIME__",
"Styles/login.css" : "https://steamcommunity.com/public/shared/css/login.css?__TIME__",
"Styles/shared_global.css" : "https://steamcommunity.com/public/shared/css/shared_global.css?__TIME__",
"Styles/user_reviews.css" : "https://steamcommunity.com/public/shared/css/user_reviews.css?__TIME__",
"Styles/shared_responsive.css" : "https://steamcommunity.com/public/shared/css/shared_responsive.css?__TIME__",
"Styles/store_game_shared.css" : "https://steamcommunity.com/public/shared/css/store_game_shared.css?__TIME__",
//
// WebUI
//
"Styles/WebUI/shared_application.css" : "https://steamcommunity.com/public/css/webui/shared_application.css?__TIME__",
"Styles/WebUI/shared_clientuicontrols.css" : "https://steamcommunity.com/public/css/webui/shared_clientuicontrols.css?__TIME__",
"Styles/WebUI/shared_dialog.css" : "https://steamcommunity.com/public/css/webui/shared_dialog.css?__TIME__",
"Styles/WebUI/broadcast.css" : "https://steamcommunity.com/public/css/webui/broadcast.css?__TIME__",
"Styles/WebUI/friends.css" : "https://steamcommunity.com/public/css/webui/friends.css?__TIME__",
//
// WebUI JS
//
"Scripts/WebUI/profile.js" : "https://steamcommunity.com/public/javascript/webui/profile.js?__TIME__&l=english",
"Scripts/WebUI/friends.js" : "https://steamcommunity.com/public/javascript/webui/friends.js?__TIME__&l=english",
"Scripts/WebUI/chathelpers.js" : "https://steamcommunity.com/public/javascript/webui/chathelpers.js?__TIME__&l=english",
"Scripts/WebUI/clientcom.js" : "https://steamcommunity.com/public/javascript/webui/clientcom.js?__TIME__&l=english",
"Scripts/WebUI/steammessages.js" : "https://steamcommunity.com/public/javascript/webui/steammessages.js?__TIME__&l=english",
"Scripts/WebUI/friendsui_english.js" : "https://steamcommunity.com/public/javascript/webui/localization/friendsui_english.js?__TIME__",
"Scripts/WebUI/profile_manifest.js" : "https://steamcommunity.com/public/javascript/webui/localization/profile_manifest.js?__TIME__&l=english",
"Scripts/WebUI/shared_english.js" : "https://steamcommunity.com/public/javascript/webui/localization/shared_english.js?__TIME__",
//
// Holiday CSS
//
"Styles/Community/auction.css" : "https://steamcommunity.com/public/css/skin_1/auction.css?__TIME__",
"Styles/Community/holidayprofile.css" : "https://steamcommunity.com/public/css/skin_1/holidayprofile.css?__TIME__",
"Styles/MiniGame/towerattack.css" : "https://steamcommunity.com/public/css/minigame/towerattack.css?__TIME__",
"Styles/MiniGame/salien.css" : "https://steamcommunity.com/public/css/salien/salien.css?__TIME__",
//
// Holiday JS
//
"Scripts/Community/auction.js" : "https://steamcommunity.com/public/javascript/auction.js?__TIME__&l=english",
"Scripts/Community/holidayprofile.js" : "https://steamcommunity.com/public/javascript/holidayprofile.js?__TIME__&l=english",
//
// Store JS
//
"Scripts/Store/app_tagging.js" : "https://store.steampowered.com/public/javascript/app_tagging.js?__TIME__&l=english",
"Scripts/Store/broadcast_carousel.js" : "https://store.steampowered.com/public/javascript/broadcast_carousel.js?__TIME__&l=english",
"Scripts/Store/cart.js" : "https://store.steampowered.com/public/javascript/cart.js?__TIME__&l=english",
"Scripts/Store/checkout.js" : "https://store.steampowered.com/public/javascript/checkout.js?__TIME__&l=english",
"Scripts/Store/cluster.js" : "https://store.steampowered.com/public/javascript/cluster.js?__TIME__&l=english",
"Scripts/Store/contenthub.js" : "https://store.steampowered.com/public/javascript/contenthub.js?__TIME__&l=english",
"Scripts/Store/comments.js" : "https://store.steampowered.com/public/javascript/comments.js?__TIME__&l=english",
"Scripts/Store/communitylink.js" : "https://store.steampowered.com/public/javascript/communitylink.js?__TIME__&l=english",
"Scripts/Store/curator_admin.js" : "https://store.steampowered.com/public/javascript/curator_admin.js?__TIME__&l=english",
"Scripts/Store/curator_common.js" : "https://store.steampowered.com/public/javascript/curator_common.js?__TIME__&l=english",
"Scripts/Store/curator_recommendations.js" : "https://store.steampowered.com/public/javascript/curator_recommendations.js?__TIME__&l=english",
"Scripts/Store/curators_browse.js" : "https://store.steampowered.com/public/javascript/curators_browse.js?__TIME__&l=english",
"Scripts/Store/demos.js" : "https://store.steampowered.com/public/javascript/demos.js?__TIME__&l=english",
"Scripts/Store/discoveryqueue.js" : "https://store.steampowered.com/public/javascript/discoveryqueue.js?__TIME__&l=english",
"Scripts/Store/dynamicstore.js" : "https://store.steampowered.com/public/javascript/dynamicstore.js?__TIME__&l=english",
"Scripts/Store/game.js" : "https://store.steampowered.com/public/javascript/game.js?__TIME__&l=english",
"Scripts/Store/gamehighlightplayer.js" : "https://store.steampowered.com/public/javascript/gamehighlightplayer.js?__TIME__&l=english",
"Scripts/Store/home.js" : "https://store.steampowered.com/public/javascript/home.js?__TIME__&l=english",
"Scripts/Store/hwsurvey.js" : "https://store.steampowered.com/public/javascript/hwsurvey.js?__TIME__&l=english",
"Scripts/Store/itemstore.js" : "https://store.steampowered.com/public/javascript/itemstore.js?__TIME__&l=english",
"Scripts/Store/joinsteam.js" : "https://store.steampowered.com/public/shared/javascript/joinsteam.js?__TIME__&l=english",
"Scripts/Store/main.js" : "https://store.steampowered.com/public/javascript/main.js?__TIME__&l=english",
"Scripts/Store/modal.js" : "https://store.steampowered.com/public/javascript/modal.js?__TIME__&l=english",
"Scripts/Store/news.js" : "https://store.steampowered.com/public/javascript/news.js?__TIME__&l=english",
"Scripts/Store/redeemwalletcode.js" : "https://store.steampowered.com/public/javascript/redeemwalletcode.js?__TIME__&l=english",
"Scripts/Store/salefunctions.js" : "https://store.steampowered.com/public/javascript/promo/salefunctions.js?__TIME__&l=english",
"Scripts/Store/search.js" : "https://store.steampowered.com/public/javascript/search.js?__TIME__&l=english",
"Scripts/Store/searchpage.js" : "https://store.steampowered.com/public/javascript/searchpage.js?__TIME__&l=english",
"Scripts/Store/supportmessages.js" : "https://store.steampowered.com/public/javascript/supportmessages.js?__TIME__&l=english",
"Scripts/Store/video_watch.js" : "https://store.steampowered.com/public/javascript/video_watch.js?__TIME__&l=english",
"Scripts/Store/youraccount.js" : "https://store.steampowered.com/public/javascript/youraccount.js?__TIME__&l=english",
"Scripts/Store/wishlist.js" : "https://store.steampowered.com/public/javascript/wishlist.js?__TIME__&l=english",
"Scripts/Store/winter2018_cottage.js" : "https://store.steampowered.com/public/javascript/promo/winter2018_cottage.js?__TIME__&l=english",
//
// Community JS
//
"Scripts/Community/apphub_home.js" : "https://steamcommunity.com/public/javascript/apphub_home.js?__TIME__&l=english",
"Scripts/Community/apphub_workshop.js" : "https://steamcommunity.com/public/javascript/apphub_workshop.js?__TIME__&l=english",
"Scripts/Community/badges.js" : "https://steamcommunity.com/public/javascript/badges.js?__TIME__&l=english",
"Scripts/Community/blotter_functions.js" : "https://steamcommunity.com/public/javascript/blotter_functions.js?__TIME__&l=english",
"Scripts/Community/broadcast_chat.js" : "https://steamcommunity.com/public/javascript/broadcast_chat.js?__TIME__&l=english",
"Scripts/Community/broadcast_watch.js" : "https://steamcommunity.com/public/javascript/broadcast_watch.js?__TIME__&l=english",
"Scripts/Community/calendar.js" : "https://steamcommunity.com/public/javascript/calendar.js?__TIME__&l=english",
"Scripts/Community/chat.js" : "https://steamcommunity.com/public/javascript/chat.js?__TIME__&l=english",
"Scripts/Community/commentnotifications.js" : "https://steamcommunity.com/public/javascript/commentnotifications.js?__TIME__&l=english",
"Scripts/Community/communityhome.js" : "https://steamcommunity.com/public/javascript/communityhome.js?__TIME__&l=english",
"Scripts/Community/discussions.js" : "https://steamcommunity.com/public/javascript/discussions.js?__TIME__&l=english",
"Scripts/Community/dmca.js" : "https://steamcommunity.com/public/javascript/dmca.js?__TIME__&l=english",
"Scripts/Community/economy.js" : "https://steamcommunity.com/public/javascript/economy.js?__TIME__&l=english",
"Scripts/Community/economy_common.js" : "https://steamcommunity.com/public/javascript/economy_common.js?__TIME__&l=english",
"Scripts/Community/economy_history.js" : "https://steamcommunity.com/public/javascript/economy_history.js?__TIME__&l=english",
"Scripts/Community/economy_trade.js" : "https://steamcommunity.com/public/javascript/economy_trade.js?__TIME__&l=english",
"Scripts/Community/economy_tradeoffer.js" : "https://steamcommunity.com/public/javascript/economy_tradeoffer.js?__TIME__&l=english",
"Scripts/Community/economy_v2.js" : "https://steamcommunity.com/public/javascript/economy_v2.js?__TIME__&l=english",
"Scripts/Community/forums.js" : "https://steamcommunity.com/public/javascript/forums.js?__TIME__&l=english",
"Scripts/Community/friends.js" : "https://steamcommunity.com/public/javascript/friends.js?__TIME__&l=english",
"Scripts/Community/gifts.js" : "https://steamcommunity.com/public/javascript/gifts.js?__TIME__&l=english",
"Scripts/Community/global.js" : "https://steamcommunity.com/public/javascript/global.js?__TIME__&l=english",
"Scripts/Community/group.js" : "https://steamcommunity.com/public/javascript/group.js?__TIME__&l=english",
"Scripts/Community/group_admin_functions.js" : "https://steamcommunity.com/public/javascript/group_admin_functions.js?__TIME__&l=english",
"Scripts/Community/group_announcements.js" : "https://steamcommunity.com/public/javascript/group_announcements.js?__TIME__&l=english",
"Scripts/Community/group_create_functions.js" : "https://steamcommunity.com/public/javascript/group_create_functions.js?__TIME__&l=english",
"Scripts/Community/group_event_edit_functions.js": "https://steamcommunity.com/public/javascript/group_event_edit_functions.js?__TIME__&l=english",
"Scripts/Community/group_functions.js" : "https://steamcommunity.com/public/javascript/group_functions.js?__TIME__&l=english",
"Scripts/Community/group_members_manage_functions.js": "https://steamcommunity.com/public/javascript/group_members_manage_functions.js?__TIME__&l=english",
"Scripts/Community/infinitescroll.js" : "https://steamcommunity.com/public/javascript/infinitescroll.js?__TIME__&l=english",
"Scripts/Community/login.js" : "https://steamcommunity.com/public/javascript/login.js?__TIME__&l=english",
"Scripts/Community/market.js" : "https://steamcommunity.com/public/javascript/market.js?__TIME__&l=english",
"Scripts/Community/market_multisell.js" : "https://steamcommunity.com/public/javascript/market_multisell.js?__TIME__&l=english",
"Scripts/Community/modal.js" : "https://steamcommunity.com/public/javascript/modal.js?__TIME__&l=english",
"Scripts/Community/modalContent.js" : "https://steamcommunity.com/public/javascript/modalContent.js?__TIME__&l=english",
"Scripts/Community/modalv2.js" : "https://steamcommunity.com/public/javascript/modalv2.js?__TIME__&l=english",
"Scripts/Community/news.js" : "https://steamcommunity.com/public/javascript/news.js?__TIME__&l=english",
"Scripts/Community/playerstats_generic_functions.js" : "https://steamcommunity.com/public/javascript/playerstats_generic_functions.js?__TIME__&l=english",
"Scripts/Community/profile.js" : "https://steamcommunity.com/public/javascript/profile.js?__TIME__&l=english",
"Scripts/Community/profile_edit_functions.js" : "https://steamcommunity.com/public/javascript/profile_edit_functions.js?__TIME__&l=english",
"Scripts/Community/profile_events_functions.js" : "https://steamcommunity.com/public/javascript/profile_events_functions.js?__TIME__&l=english",
"Scripts/Community/profile_friends_list_functions.js": "https://steamcommunity.com/public/javascript/profile_friends_list_functions.js?__TIME__&l=english",
"Scripts/Community/profile_functions.js" : "https://steamcommunity.com/public/javascript/profile_functions.js?__TIME__&l=english",
"Scripts/Community/profile_gameslist_functions.js": "https://steamcommunity.com/public/javascript/profile_gameslist_functions.js?__TIME__&l=english",
"Scripts/Community/profile_home_functions.js" : "https://steamcommunity.com/public/javascript/profile_home_functions.js?__TIME__&l=english",
"Scripts/Community/reportedcontent.js" : "https://steamcommunity.com/public/javascript/reportedcontent.js?__TIME__&l=english",
"Scripts/Community/screenshot_functions.js" : "https://steamcommunity.com/public/javascript/screenshot_functions.js?__TIME__&l=english",
"Scripts/Community/screenshot_functions_v2.js" : "https://steamcommunity.com/public/javascript/screenshot_functions_v2.js?__TIME__&l=english",
"Scripts/Community/search.js" : "https://steamcommunity.com/public/javascript/search.js?__TIME__&l=english",
"Scripts/Community/sharedfiles_editor.js" : "https://steamcommunity.com/public/javascript/sharedfiles_editor.js?__TIME__&l=english",
"Scripts/Community/sharedfiles_functions_logged_in.js": "https://steamcommunity.com/public/javascript/sharedfiles_functions_logged_in.js?__TIME__&l=english",
"Scripts/Community/sharedfiles_functions_logged_out.js": "https://steamcommunity.com/public/javascript/sharedfiles_functions_logged_out.js?__TIME__&l=english",
"Scripts/Community/sharedfiles_guide_functions.js": "https://steamcommunity.com/public/javascript/sharedfiles_guide_functions.js?__TIME__&l=english",
"Scripts/Community/steamguard.js" : "https://steamcommunity.com/public/javascript/steamguard.js?__TIME__&l=english",
"Scripts/Community/stickers.js" : "https://steamcommunity.com/public/javascript/promo/stickers.js?__TIME__&l=english",
"Scripts/Community/user_reviews_community.js" : "https://steamcommunity.com/public/javascript/user_reviews_community.js?__TIME__&l=english",
"Scripts/Community/video_functions.js" : "https://steamcommunity.com/public/javascript/video_functions.js?__TIME__&l=english",
"Scripts/Community/video_functions_v2.js" : "https://steamcommunity.com/public/javascript/video_functions_v2.js?__TIME__&l=english",
"Scripts/Community/workshop_commerce.js" : "https://steamcommunity.com/public/javascript/workshop_commerce.js?__TIME__&l=english",
"Scripts/Community/workshop_functions.js" : "https://steamcommunity.com/public/javascript/workshop_functions.js?__TIME__&l=english",
"Scripts/Community/workshop_home.js" : "https://steamcommunity.com/public/javascript/workshop_home.js?__TIME__&l=english",
"Scripts/Community/workshop_previewplayer.js" : "https://steamcommunity.com/public/javascript/workshop_previewplayer.js?__TIME__&l=english",
//
// Help JS
//
"Scripts/Help/help.js" : "https://help.steampowered.com/public/javascript/help.js?__TIME__&l=english",
//
// Global and shared JS
//
"Scripts/account_linking.js" : "https://steamcommunity.com/public/shared/javascript/account_linking.js?__TIME__&l=english",
"Scripts/apphub.js" : "https://steamcommunity.com/public/shared/javascript/apphub.js?__TIME__&l=english",
"Scripts/dash_player.js" : "https://steamcommunity.com/public/shared/javascript/dash_player.js?__TIME__&l=english",
"Scripts/login.js" : "https://steamcommunity.com/public/shared/javascript/login.js?__TIME__&l=english",
"Scripts/mobileappapi.js" : "https://steamcommunity.com/public/shared/javascript/mobileappapi.js?__TIME__&l=english&mobileClientType=android",
"Scripts/shared_global.js" : "https://steamcommunity.com/public/shared/javascript/shared_global.js?__TIME__&l=english",
"Scripts/shared_responsive_adapter.js" : "https://steamcommunity.com/public/shared/javascript/shared_responsive_adapter.js?__TIME__&l=english",
"Scripts/user_reviews.js" : "https://steamcommunity.com/public/shared/javascript/user_reviews.js?__TIME__&l=english",
"Scripts/vatidcheck.js" : "https://steamcommunity.com/public/shared/javascript/vatidcheck.js?__TIME__&l=english",
//
// Mini game
//
"Scripts/MiniGame/minigame.js" : "https://steamcommunity.com/public/javascript/minigame/minigame.js?__TIME__&l=english",
"Scripts/MiniGame/towerattack.js" : "https://steamcommunity.com/public/javascript/minigame/towerattack.js?__TIME__&l=english",
"Scripts/MiniGame/TowerAttack/running.js" : "https://steamcommunity.com/public/javascript/minigame/towerattack/running.js?__TIME__&l=english",
"Scripts/MiniGame/TowerAttack/network.js" : "https://steamcommunity.com/public/javascript/minigame/towerattack/network.js?__TIME__&l=english",
"Scripts/MiniGame/TowerAttack/ui.js" : "https://steamcommunity.com/public/javascript/minigame/towerattack/ui.js?__TIME__&l=english",
"Scripts/MiniGame/TowerAttack/easing.js" : "https://steamcommunity.com/public/javascript/minigame/towerattack/easing.js?__TIME__&l=english",
"Scripts/MiniGame/TowerAttack/enemies.js" : "https://steamcommunity.com/public/javascript/minigame/towerattack/enemies.js?__TIME__&l=english",
"Scripts/MiniGame/Salien/network.js" : "https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/network.js?__TIME__&l=english",
"Scripts/MiniGame/Salien/uihelpers.js" : "https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/uihelpers.js?__TIME__&l=english",
"Scripts/MiniGame/Salien/enemy.js" : "https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/enemy.js?__TIME__&l=english",
"Scripts/MiniGame/Salien/gamehelpers.js" : "https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/gamehelpers.js?__TIME__&l=english",
"Scripts/MiniGame/Salien/attacks.js" : "https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/attacks.js?__TIME__&l=english",
"Scripts/MiniGame/Salien/battleselect.js" : "https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/battleselect.js?__TIME__&l=english",
"Scripts/MiniGame/Salien/salien.js" : "https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/salien.js?__TIME__&l=english",
"Scripts/MiniGame/Salien/game.js" : "https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/game.js?__TIME__&l=english",
"Scripts/MiniGame/Salien/boss.js" : "https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/boss.js?__TIME__&l=english",
"Scripts/MiniGame/Salien/levels.json" : "https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/levels.json?__TIME__&l=english",
"Scripts/MiniGame/Salien/enemiess.json" : "https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/enemies.json?__TIME__&l=english",
"Scripts/MiniGame/Salien/attacks.json" : "https://steamcdn-a.akamaihd.net/steamcommunity/public/assets/saliengame/attacks.json?__TIME__&l=english",
//
// Big Picture CSS
//
"Styles/BigPicture/eventbackground.css" : "https://store.steampowered.com/public/css/bigpicture/eventbackground.css?__TIME__",
"Styles/BigPicture/eventbackground_empty.css" : "https://store.steampowered.com/public/css/bigpicture/eventbackground_empty.css?__TIME__",
"Styles/BigPicture/basestyles.css" : "https://steamcommunity.com/public/shared/css/bigpicture/basestyles.css?__TIME__",
"Styles/BigPicture/comments.css" : "https://steamcommunity.com/public/css/bigpicture/comments.css?__TIME__",
"Styles/BigPicture/community.css" : "https://steamcommunity.com/public/css/bigpicture/community.css?__TIME__",
"Styles/BigPicture/economy.css" : "https://steamcommunity.com/public/css/bigpicture/economy.css?__TIME__",
"Styles/BigPicture/inventory.css" : "https://steamcommunity.com/public/css/bigpicture/inventory.css?__TIME__",
"Styles/BigPicture/market.css" : "https://steamcommunity.com/public/css/bigpicture/market.css?__TIME__",
"Styles/BigPicture/profile.css" : "https://steamcommunity.com/public/css/bigpicture/profile.css?__TIME__",
"Styles/BigPicture/profile_friendactivity.css" : "https://steamcommunity.com/public/css/bigpicture/profile_friendactivity.css?__TIME__",
"Styles/BigPicture/store.css" : "https://store.steampowered.com/public/css/bigpicture/store.css?__TIME__",
"Styles/BigPicture/subscription.css" : "https://store.steampowered.com/public/css/bigpicture/subscription.css?__TIME__",
"Styles/BigPicture/home.css" : "https://store.steampowered.com/public/css/bigpicture/home.css?__TIME__",
"Styles/BigPicture/application.css" : "https://store.steampowered.com/public/css/bigpicture/application.css?__TIME__",
//
// Mobile CSS (mixed)
//
"Styles/Mobile/shared_mobile.css" : "https://steamcommunity.com/public/shared/css/shared_mobile.css?__TIME__",
"Styles/Mobile/styles_mobileconf.css" : "https://steamcommunity.com/public/css/mobile/styles_mobileconf.css?__TIME__",
"Styles/Mobile/styles_profile.css" : "https://steamcommunity.com/public/css/mobile/styles_profile.css?__TIME__",
"Styles/Mobile/styles_steamguard.css" : "https://steamcommunity.com/public/css/mobile/styles_steamguard.css?__TIME__",
//
// Mobile JS (mixed)
//
"Scripts/Mobile/community_utils.js" : "https://steamcommunity.com/public/javascript/mobile/community_utils.js?__TIME__&l=english",
"Scripts/Mobile/economy_utils.js" : "https://steamcommunity.com/public/javascript/mobile/economy_utils.js?__TIME__&l=english",
"Scripts/Mobile/mobileprofile.js" : "https://steamcommunity.com/public/javascript/mobile/mobileprofile.js?__TIME__&l=english",
"Scripts/Mobile/shared_mobile.js" : "https://store.steampowered.com/public/shared/javascript/shared_mobile.js?__TIME__&l=english",
"Scripts/Mobile/mobileconf.js" : "https://steamcommunity.com/public/javascript/mobile/mobileconf.js?__TIME__&l=english",
//
// Big Picture JS
//
"Scripts/BigPicture/apphub_bigpicture.js" : "https://steamcommunity.com/public/javascript/bigpicture/apphub_bigpicture.js?__TIME__&l=english",
"Scripts/BigPicture/base.js" : "https://steamcommunity.com/public/shared/javascript/bigpicture/base.js?__TIME__&l=english",
"Scripts/BigPicture/comments.js" : "https://steamcommunity.com/public/javascript/bigpicture/comments.js?__TIME__&l=english",
"Scripts/BigPicture/community.js" : "https://steamcommunity.com/public/javascript/bigpicture/community.js?__TIME__&l=english",
"Scripts/BigPicture/community_common.js" : "https://steamcommunity.com/public/javascript/bigpicture/community_common.js?__TIME__&l=english",
"Scripts/BigPicture/economy.js" : "https://steamcommunity.com/public/javascript/bigpicture/economy.js?__TIME__&l=english",
"Scripts/BigPicture/economy_inventory.js" : "https://steamcommunity.com/public/javascript/bigpicture/economy_inventory.js?__TIME__&l=english",
"Scripts/BigPicture/friends.js" : "https://steamcommunity.com/public/javascript/bigpicture/friends.js?__TIME__&l=english",
"Scripts/BigPicture/inventory.js" : "https://steamcommunity.com/public/javascript/bigpicture/inventory.js?__TIME__&l=english",
"Scripts/BigPicture/market.js" : "https://steamcommunity.com/public/javascript/bigpicture/market.js?__TIME__&l=english",
"Scripts/BigPicture/market_buyorderdialog.js" : "https://steamcommunity.com/public/javascript/bigpicture/market_buyorderdialog.js?__TIME__&l=english",
"Scripts/BigPicture/market_commodity.js" : "https://steamcommunity.com/public/javascript/bigpicture/market_commodity.js?__TIME__&l=english",
"Scripts/BigPicture/market_common.js" : "https://steamcommunity.com/public/javascript/bigpicture/market_common.js?__TIME__&l=english",
"Scripts/BigPicture/market_ordertable.js" : "https://steamcommunity.com/public/javascript/bigpicture/market_ordertable.js?__TIME__&l=english",
"Scripts/BigPicture/market_pricehistory.js" : "https://steamcommunity.com/public/javascript/bigpicture/market_pricehistory.js?__TIME__&l=english",
"Scripts/BigPicture/profile.js" : "https://steamcommunity.com/public/javascript/bigpicture/profile.js?__TIME__&l=english",
"Scripts/BigPicture/profile_content.js" : "https://steamcommunity.com/public/javascript/bigpicture/profile_content.js?__TIME__&l=english",
"Scripts/BigPicture/profile_edit.js" : "https://steamcommunity.com/public/javascript/bigpicture/profile_edit.js?__TIME__&l=english",
"Scripts/BigPicture/profile_games.js" : "https://steamcommunity.com/public/javascript/bigpicture/profile_games.js?__TIME__&l=english",
"Scripts/BigPicture/slideshow.js" : "https://steamcommunity.com/public/javascript/bigpicture/slideshow.js?__TIME__&l=english",
"Scripts/BigPicture/shared_slideshow.js" : "https://steamcommunity.com/public/shared/javascript/bigpicture/slideshow.js?__TIME__&l=english",
"Scripts/BigPicture/tradeoffer.js" : "https://steamcommunity.com/public/javascript/bigpicture/tradeoffer.js?__TIME__&l=english",
"Scripts/BigPicture/home.js" : "https://store.steampowered.com/public/javascript/bigpicture/home.js?__TIME__&l=english",
//
// Steamworks CSS
//
"Styles/Partner/doc.css" : "https://partner.steamgames.com/public/css/doc.css?__TIME__",
"Styles/Partner/styles_admin.css" : "https://partner.steamgames.com/public/css/styles_admin.css?__TIME__",
"Styles/Partner/styles_apps.css" : "https://partner.steamgames.com/public/css/styles_apps.css?__TIME__",
"Styles/Partner/styles_global.css" : "https://partner.steamgames.com/public/css/styles_global.css?__TIME__",
"Styles/Partner/styles_global_new.css" : "https://partner.steamgames.com/public/css/styles_global_new.css?__TIME__",
"Styles/Partner/styles_landing.css" : "https://partner.steamgames.com/public/css/styles_landing.css?__TIME__",
"Styles/Partner/styles_marketing.css" : "https://partner.steamgames.com/public/css/styles_marketing.css?__TIME__",
"Styles/Partner/styles_packages.css" : "https://partner.steamgames.com/public/css/styles_packages.css?__TIME__",
//
// Steamworks JS
//
"Scripts/Partner/admin.js" : "https://partner.steamgames.com/public/javascript/admin.js?__TIME__&l=english",
"Scripts/Partner/admin_publisher.js" : "https://partner.steamgames.com/public/javascript/admin_publisher.js?__TIME__&l=english",
"Scripts/Partner/apps.js" : "https://partner.steamgames.com/public/javascript/apps.js?__TIME__&l=english",
"Scripts/Partner/doc.js" : "https://partner.steamgames.com/public/javascript/doc.js?__TIME__&l=english",
"Scripts/Partner/doc_admin.js" : "https://partner.steamgames.com/public/javascript/doc_admin.js?__TIME__&l=english",
"Scripts/Partner/game_admin.js" : "https://partner.steamgames.com/public/javascript/game_admin.js?__TIME__&l=english",
"Scripts/Partner/marketing.js" : "https://partner.steamgames.com/public/javascript/marketing.js?__TIME__&l=english",
"Scripts/Partner/newpartner.js" : "https://partner.steamgames.com/public/javascript/newpartner.js?__TIME__&l=english",
"Scripts/Partner/newsadmin.js" : "https://partner.steamgames.com/public/javascript/newsadmin.js?__TIME__&l=english",
"Scripts/Partner/packages.js" : "https://partner.steamgames.com/public/javascript/packages.js?__TIME__&l=english",
"Scripts/Partner/storeadmin.js" : "https://partner.steamgames.com/public/javascript/storeadmin.js?__TIME__&l=english",
"Scripts/Partner/useradmin.js" : "https://partner.steamgames.com/public/javascript/useradmin.js?__TIME__&l=english",
//
// API
//
"API/SupportedAPIList.json" : "https://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v1/?__KEY__",
//
// Other
//
"Random/BPEventBackground.xml" : "https://store.steampowered.com/api/bpeventbackground/",
"Random/ControllerFirmware.vdf" : "https://steamcdn-a.akamaihd.net/controller_config/firmware/firmware.vdf",
"Random/NetworkDatagramConfig.json" : "https://steamcdn-a.akamaihd.net/apps/sdr/network_config.json",
"Random/JobPostings.html" : "https://www.valvesoftware.com/en/",
"Random/Publications.html" : "https://www.valvesoftware.com/en/publications",
"Random/People.html" : "https://www.valvesoftware.com/en/people",
"Random/About.html" : "https://www.valvesoftware.com/en/about",
"Random/Jobs.json" : "https://www.valvesoftware.com/en/jobs/job-search",
"Random/ValveGroup.json" : "https://steamcommunity.com/groups/valve/memberslistxml?xml=1",
"Random/SteamModerators.json" : "https://steamcommunity.com/groups/SUFMods/memberslistxml?xml=1",
"Random/SteamDevs.json" : "https://steamcommunity.com/groups/steam/memberslistxml?xml=1"
}