{
	"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/joinsquad"
        },
        {
            "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/JoinSquad/"
        },
        {
            "Type": "BasicTile",
            "Padding": { "Left": 10, "Top": 0, "Right": 5, "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/joinsquad/profile"
        },
        {
            "Type": "BasicTile",
            "Padding": { "Left": 10, "Top": 0, "Right": 5, "Bottom": 0 },
            "MinWidth": 23, "MaxWidth": 23, "MinHeight": 20, "MaxHeight": 20, 
            "LoadSilently": "true",
            "HasShadow": false,
            "Images": [ { "Image": "reddit_filled.png", "ColorAndOpacity": "#00B8B0", "Stretch": "ScaleToFit" } ],
            "OnNavigateUrl": "https://www.reddit.com/r/joinsquad/"
        }
	]
}