﻿{
	"Id": "home",
	"Priority": 0,
	"AnalyticsId": "hp",
	"DisplayName": "Home",
	"PrimaryColor": "#0078f2ff",
	"PressedPrimaryColor": "#0078f2ff",
	"HoveredPrimaryColor": "#0066daff",
	"ShowInGameLibrary": false,
	"Homepage": "/{locale}/home",
	"Pages": [
		{
			"Id": "app-en",
			"PartialUrl": "/en*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-fr",
			"PartialUrl": "/fr*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-it",
			"PartialUrl": "/it*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-de",
			"PartialUrl": "/de*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-es",
			"PartialUrl": "/es*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-ru",
			"PartialUrl": "/ru*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-pl",
			"PartialUrl": "/pl*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-ar",
			"PartialUrl": "/ar*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-ko",
			"PartialUrl": "/ko*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-ja",
			"PartialUrl": "/ja*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-zh",
			"PartialUrl": "/zh*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-pt",
			"PartialUrl": "/pt*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-tr",
			"PartialUrl": "/tr*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-th",
			"PartialUrl": "/th*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-mac",
			"PartialUrl": "/mac*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{epicgamesnext}{path}"
				}
			]
		},
		{
			"Id": "app-load-error",
			"PartialUrl": "/*/load-error",
			"SourceUrl": "LoadError.layout",
			"IsTransient": true,
			"ForceRefresh": true
		}
	],
	"Redirects": [
			"{epicgamesnext}*->{path}",
			"{epicgames}*->{path}",
			"/fortnite->/{locale}/product/fortnite/home",
			"/ut->/{locale}/product/unreal-tournament/home",
			"/unrealtournament->/{locale}/product/unreal-tournament/home",
			"/viper->/{locale}/product/shadow-complex/home"
	]
}