{
	"queries" : [
	{
		"name" : "Vizzie Controllers",
		"columns" : [ "name", "description" ],
		"order_by" : "name",
		"order" : "ascending",
		"slots" : [
			{
				"field" : "name",
				"comparison" : "beginswith",
				"argument" : ""
			},
			{
				"field" : "tag",
				"comparison" : "is",
				"argument" : "Vizzie"
			},
			{
				"field" : "tag",
				"comparison" : "is",
				"argument" : "Control"
			}
		]
	},
	

	{
		"name" : "Vizzie Effects",
		"columns" : [ "name", "description" ],
		"order_by" : "name",
		"order" : "ascending",
		"slots" : [
			{
				"field" : "name",
				"comparison" : "beginswith",
				"argument" : ""
			},
			{
				"field" : "tag",
				"comparison" : "is",
				"argument" : "Vizzie"
			},
			{
				"field" : "tag",
				"comparison" : "is",
				"argument" : "Effect"
			}
		]
	},
	
	
	{
		"name" : "Vizzie Generators",
		"columns" : [ "name", "description" ],
		"order_by" : "name",
		"order" : "ascending",
		"slots" : [
			{
				"field" : "name",
				"comparison" : "beginswith",
				"argument" : ""
			},
			{
				"field" : "tag",
				"comparison" : "is",
				"argument" : "Vizzie"
			},
			{
				"field" : "tag",
				"comparison" : "is",
				"argument" : "Generator"
			}
		]
	},
	
	
	{
		"name" : "Vizzie PVR",
		"columns" : [ "name", "description" ],
		"order_by" : "name",
		"order" : "ascending",
		"slots" : [
			{
				"field" : "name",
				"comparison" : "beginswith",
				"argument" : ""
			},
			{
				"field" : "tag",
				"comparison" : "is",
				"argument" : "Vizzie"
			},
			{
				"field" : "tag",
				"comparison" : "is",
				"argument" : "PVR"
			}
		]
	}
	
	

	]
}
