{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "citelure/snapshot",
    "version": "1.0.0",
    "title": "GEO AI Snapshot",
    "category": "text",
    "icon": "awards",
    "description": "Provide a high-density summary for AI search agents.",
    "supports": {
        "html": false,
        "anchor": true
    },
    "textdomain": "citelure",
    "editorScript": "file:./index.js",
    "style": "file:./style.css"
}