{
  "layout": {
    "style": {
      "align-items": "center",
      "justify-content": "center",
      "spacing": 8,
      "height": 80
    },
    "children": [
      {
        "type": "image",
        "style": {
          "image": "mist.bundle/icon"
        }
      },
      {
        "type": "text",
        "style": {
          "text": "${helloText}",
          "font-size": 24
        }
      }
    ]
  }
}