localStorage.setItem('placedElements', JSON.stringify(


{
    "placedElements": {
        "boxOne": {
            "width": "320px", "height":"320px", "background-color":"rgb(255, 255, 255)", "z-index":"2", "border-color":"red", "border-style":"solid", "border-width":"0px", "position":"absolute", "top":"369px", "left":0, "font-family":"helvetica", "font-size":"30px", "color":"white"
        }

        ,
        "boxTwo": {
            "width": "320px", "height":"44px", "background-color":"rgb(255, 255, 255)", "z-index":"2", "border-color":"red", "border-style":"solid", "border-width":"0px", "position":"absolute", "top":"325px", "left":"0px", "font-family":"helvetica", "font-size":"30px", "color":"white", "border-radius":"0px", "border-top-right-radius":"20px", "border-top-left-radius":"20px", "opacity":"3", "box-shadow":"0px 1px 4px rgb(0,0,0)"
        }

        ,
        "textOne": {
            "position": "absolute", "z-index":4, "top":"340px", "left":"233px", "font-family":"makhina", "font-size":"16px", "color":"rgb(0, 0, 0)", "innerHTML":"Music", "text-transform":"uppercase", "text-align":"center"
        }

        ,
        "textTwo": {
            "position": "absolute", "z-index":4, "top":"340px", "left":"120px", "font-family":"makhina", "font-size":"16px", "color":"rgb(0, 0, 0)", "innerHTML":"Weather", "text-transform":"uppercase", "text-align":"center", "width":"80px"
        }

        ,
        "textThree": {
            "position": "absolute", "z-index":4, "top":"340px", "left":"31px", "font-family":"makhina", "font-size":"16px", "color":"rgb(0, 0, 0)", "innerHTML":"Apps", "text-transform":"uppercase", "text-align":"center"
        }

        ,
        "zclock": {
            "position": "absolute", "z-index":3, "top":507, "left":"0px", "font-family":"makhina", "font-size":"51px", "color":"rgb(0, 0, 0)", "text-align":"center", "width":"320px", "action":"zclock"
        }

        ,
        "ft61_mashup": {
            "font-family": "mashup", "position":"absolute", "z-index":4, "top":"471px", "left":"0px", "font-size":"19px", "color":"rgb(0, 0, 0)", "width":"320px", "text-align":"center", "-webkit-transform":"rotate(360deg)"
        }

        ,
        "batterypercent": {
            "position": "absolute", "z-index":4, "top":"485px", "left":"0px", "font-family":"makhina", "font-size":"13px", "color":"rgb(0, 0, 0)", "text-align":"center", "width":"320px"
        }

        ,
        "dstring": {
            "position": "absolute", "z-index":4, "top":"558px", "left":"0px", "font-family":"makhina", "font-size":"17px", "color":"rgb(0, 0, 0)", "width":"320px", "text-align":"center"
        }

        ,
        "boxThree": {
            "width": "256px", "height":"256px", "background-color":"rgb(255, 255, 255)", "z-index":"2", "border-color":"red", "border-style":"solid", "border-width":"0px", "position":"absolute", "top":"17px", "left":"32px", "font-family":"helvetica", "font-size":"30px", "color":"white", "border-radius":"16px", "box-shadow":"0px 1px 3px rgb(0,0,0)", "customName":"Apps panel"
        }

        ,
        "customPanel0": {
            "position": "absolute", "z-index":"2", "top":"15px", "left":"0px", "font-family":"helvetica", "font-size":"30px", "color":"white", "data-vars":["boxThree", "customPanel1", ""], "data-name":"customPanel0", "width":"320px", "height":"288px", "customName":"Apps panel"
        }

        ,
        "customPanel1": {
            "data-vars": [ "customPanel2", "fpplaceholder0", "fpplaceholder13", "fpplaceholder14", "fpplaceholder15"], "position":"absolute", "z-index":"2", "top":"17px", "left":"32px", "font-family":"helvetica", "font-size":"30px", "color":"white", "data-name":"customPanel1", "width":"256px", "height":"256px"
        }

        ,
        "fpplaceholder0": {
            "top": 204, "left":16, "position":"absolute", "z-index":"2", "font-family":"helvetica", "font-size":"30px", "color":"white", "width":"35px", "height":"35px"
        }

        ,
        "fpplaceholder13": {
            "top": 204, "left":79, "position":"absolute", "z-index":"2", "font-family":"helvetica", "font-size":"30px", "color":"white", "width":"35px", "height":"35px"
        }

        ,
        "fpplaceholder14": {
            "top": 204, "left":142, "position":"absolute", "z-index":"2", "font-family":"helvetica", "font-size":"30px", "color":"white", "width":"35px", "height":"35px"
        }

        ,
        "fpplaceholder15": {
            "top": 204, "left":205, "position":"absolute", "z-index":"2", "font-family":"helvetica", "font-size":"30px", "color":"white", "width":"35px", "height":"35px"
        }

        ,
        "customPanel2": {
            "data-vars": [], "position":"absolute", "z-index":"2", "top":168, "left":78, "font-family":"helvetica", "font-size":"30px", "color":"white", "data-name":"customPanel2", "width":"186px", "height":"81px"
        }

        ,
        "pressActions": {
            "zclock": {
                "singleAction": "drawer"
            }
        }
    }
}


));