{
	"Type": "Box",
	"Orientation": "Horizontal",
	"Children":
	[
		{
            "Type": "BasicTile",			
            "Padding": { "Left": 0, "Top": 0, "Right": 10, "Bottom": 0 },
            "MinWidth": 19, "MaxWidth": 19, "MinHeight": 16, "MaxHeight": 16,
            "LoadSilently": "true",
            "HasShadow": false,
			"Images": [ { "Image": "twitter_icon.png", "ColorAndOpacity": "1, 1, 1", "Stretch": "None" } ],
            "OnNavigateUrl": "https://twitter.com/Battalion1944"
        },
		{
            "Type": "BasicTile",			
            "Padding": { "Left": 10, "Top": 0, "Right": 10, "Bottom": 0 },
            "MinWidth": 8, "MaxWidth": 8, "MinHeight": 15, "MaxHeight": 15,
            "LoadSilently": "true",
            "HasShadow": false,
			"Images": [ { "Image": "facebook_icon.png", "ColorAndOpacity": "1, 1, 1", "Stretch": "None" } ],
            "OnNavigateUrl": "https://www.facebook.com/Battalion1944"
        },
		{
            "Type": "BasicTile",
			"MetaData": "ut-link: Reddit",
            "Padding": { "Left": 10, "Top": 0, "Right": 10, "Bottom": 0 },
            "MinWidth": 19, "MaxWidth": 19, "MinHeight": 15, "MaxHeight": 15,
            "LoadSilently": "true",
            "HasShadow": false,
            "Images": [ { "Image": "Reddit_icon.png", "ColorAndOpacity": "1, 1, 1", "Stretch": "None" } ],
            "OnNavigateUrl": "https://www.reddit.com/r/Battalion1944"
        }
	]
}