{
    "defaultCategory" : [
        { 
            "name" : "Food",
            "color" : 1,
            "icon" : 8
        },
        {
            "name" : "Transport",
            "color" : 4,
            "icon" : 2
        },
        {
            "name" : "Shoping",
            "color" : 3,
            "icon" : 22
        },
        {
            "name" : "Entertainment",
            "color" : 4,
            "icon" : 10
        },
        {
            "name" : "Health",
            "color" : 5,
            "icon" : 11
        },
        {
            "name" : "Education",
            "color" : 6,
            "icon" : 15
        },
        {
            "name" : "Gift",
            "color" : 7,
            "icon" : 12
        },
        {
            "name" : "Recharge",
            "color" : 8,
            "icon" : 9
        },
        {
            "name" : "Other",
            "color" : 9,
            "icon" : 34
        }
    ]
}