{
  "name": "newPluginThree",
  "metadata": {
    "icon": "example-thumbnail.png",
    "category": "Develop",
    "attributes": {
      "opacity": 1,
      "x": 16,
      "y": 409,
      "width": 100,
      "height": 100,
      "positioning": null,
      "hidden": false,
      "backgroundStyle": "color",
      "backgroundColor": "#dadada",
      "borderStyle": "none",
      "borderWidth": 1,
      "borderColor": "#BDBDBD",
      "borderRadius": 0,
      "shadow": {
        "enabled": false,
        "color": "rgba(0, 0, 0, 0.2)",
        "x": 0,
        "y": 2,
        "size": 4
      },
      "borderPosition": "center",
      "actions": []
    },
    "element": {
      "props": [
        {
          "name": "text",
          "displayName": "Text",
          "type": "text",
          "default": "Happy Hacking"
        },
        {
          "name": "color",
          "displayName": "Color",
          "type": "color",
          "default": "#00A898"
        },
        {
          "name": "backgroundColor",
          "displayName": "Background color",
          "type": "color",
          "default": "#00A898"
        }
      ]
    }
  },
  "active": true
}