{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "beastfeedbacks/like",
  "version": "0.1.0",
  "title": "Like button",
  "category": "beastfeedbacks",
  "icon": "heart",
  "description": "Like button and balloon display of Like count",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "beastfeedbacks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}