{
  "shop" : {
      "currency": "PHP",
      "language": "cn",
      "weightUnit": "kg"
  },   
  "catalog": {
      "product": {
          "image": {
              "thumbnail": {
                  "width": 100,
                  "height": 100
              },
              "listing": {
                  "width": 300,
                  "height": 300
              },
              "single": {
                  "width": 500,
                  "height": 500
              }
          }
      },
      "showOutOfStockProduct": false
  },
  "system": {
      "theme": "security_system",
  }
}