Better Chat not working on my serverNot An Issue

When ever i chnage my .json from 

{
  "Maximal Titles": 3,
  "Maximal Characters Per Message": 128
}

to

[{
	"GroupName": "default",
	"Priority": 0,
	"Title": {
	"Text": "[Test]",
	"Color": "#55aaff",
	"Size": 15,
	"Hidden": false,
	"HiddenIfNotPrimary": false
	},
	"Username": {
	"Color": "#55aaff",
	"Size": 15
	},
	"Message": {
	"Color": "white",
	"Size": 15
	},
	"Format": {
	"Chat": "{Title} {Username}: {Message}",
	"Console": "{Title} {Username}: {Message}"
	}
}]

BetterChat even after doing oxide.reload BetterChat the plugin its self stops working

The first would be the config file, the second would b ethe data file; it stopped working because they are not the same thing.
Locked automatically