{
	"Type": "Box",
	"Orientation": "Horizontal",
	"Children":
	[
        {
            "Type": "BasicTile",
            "Padding": { "Left": 10, "Top": 0, "Right": 5, "Bottom": 0 },
            "MinWidth": 20, "MaxWidth": 20, "MinHeight": 20, "MaxHeight": 20, 
            "LoadSilently": "true",
            "HasShadow": false,
            "Images": [ { "Image": "twitter_filled.png", "ColorAndOpacity": "#00B8B0", "Stretch": "ScaleToFit" } ],
            "OnNavigateUrl": "https://twitter.com/survivetheark?lang=en"
        },
        {
            "Type": "BasicTile",
            "Padding": { "Left": 10, "Top": 0, "Right": 5, "Bottom": 0 },
            "MinWidth": 20, "MaxWidth": 20, "MinHeight": 20, "MaxHeight": 20, 
            "LoadSilently": "true",
            "HasShadow": false,
            "Images": [ { "Image": "facebook_filled.png", "ColorAndOpacity": "#00B8B0", "Stretch": "ScaleToFit" } ],
            "OnNavigateUrl": "https://www.facebook.com/survivetheark?fref=ts"
        },
        {
            "Type": "BasicTile",
            "Padding": { "Left": 10, "Top": 0, "Right": 5, "Bottom": 0 },
            "MinWidth": 48, "MaxWidth": 48, "MinHeight": 20, "MaxHeight": 20, 
            "LoadSilently": "true",
            "HasShadow": false,
            "Images": [ { "Image": "youtube_filled.png", "ColorAndOpacity": "#00B8B0", "Stretch": "ScaleToFit" } ],
            "OnNavigateUrl": "https://www.youtube.com/channel/UCEYfsfyne69mFfNTcZeZ6gw"
        },
        {
            "Type": "BasicTile",
            "Padding": { "Left": 10, "Top": 0, "Right": 7, "Bottom": 0 },
            "MinWidth": 19, "MaxWidth": 19, "MinHeight": 20, "MaxHeight": 20, 
            "LoadSilently": "true",
            "HasShadow": false,
            "Images": [ { "Image": "twitch_filled.png", "ColorAndOpacity": "#00B8B0", "Stretch": "ScaleToFit" } ],
            "OnNavigateUrl": "https://www.twitch.tv/directory/game/ARK"
        }
	]
}