﻿{
	"Id": "home",
	"Priority": 0,
	"AnalyticsId": "hp",
	"DisplayName": "Home",
	"PrimaryColor": "#0078f2ff",
	"PressedPrimaryColor": "#0078f2ff",
	"HoveredPrimaryColor": "#0066daff",
	"ShowInGameLibrary": false,
	"Homepage": "/{locale}/home",
	"Pages": [
		{
			"Id": "app",
			"PartialUrl": "{epicgamesnext}/*",
			"IsNativeRendered": true,
			"BackgroundColor": "#00000000",
			"SourceUrls": [
				{
					"SourceUrl": "{path}"
				}
			]
		},
		{
			"Id": "app-load-error",
			"PartialUrl": "{epicgamesnext}/*/load-error",
			"SourceUrl": "LoadError.layout",
			"IsTransient": true,
			"ForceRefresh": true
		}
	],
	"Redirects": [
			"/store/*->{epicgamesnext}{path}",
			"{epicgamesnext}/site/*->{path}",
			"{epicgames}*->{path}",
			"/fortnite->{epicgamesnext}/{locale}/product/fortnite/home",
			"/ut->/{epicgamesnext}/{locale}/product/unreal-tournament/home",
			"/unrealtournament->{epicgamesnext}/{locale}/product/unreal-tournament/home",
			"/viper->/{epicgamesnext}/{locale}/product/shadow-complex/home"
	]
}