{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "commercebird/search-modal",
    "version": "1.0.0",
    "title": "CommerceBird Woo Search (beta)",
    "category": "woocommerce",
    "icon": "search",
    "description": "Full-screen product search modal with live results powered by the Interactivity API.",
    "supports": {
        "html": false,
        "interactivity": true
    },
    "render": "file:./render.php",
    "editorScript": "commercebird-search-modal-editor",
    "viewScriptModule": "file:./view.js",
    "style": "file:./style.css"
}