{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "dragblock/visual-compare",
  "version": "0.1.0",
  "title": "Visual Compare",
  "category": "dragblock-compact",
  "icon": "image-flip-horizontal",
  "description": "Interactive before–after image comparison slider with a draggable handle. Perfect for showcasing transformations, product differences, and side-by-side visual analysis.",
  "keywords": [
    "before and after",
    "before-after slider",
    "image comparison",
    "comparison slider",
    "compare images",
    "photo compare",
    "product comparison",
    "image overlay",
    "diff slider",
    "visual compare"
  ],
  "supports": {
    "html": false
  },
  "textdomain": "dragblock",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}