{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "ai-support-assistant/widget",
    "version": "1.0.1",
    "title": "AI Support Assistant Widget",
    "category": "widgets",
    "icon": "format-chat",
    "description": "Embed the AI Support Assistant assistant widget into any page or post.",
    "keywords": [
        "chat",
        "ai",
        "support",
        "assistant"
    ],
    "textdomain": "ai-support-assistant",
    "supports": {
        "html": false,
        "align": false
    },
    "attributes": {
        "title": {
            "type": "string",
            "default": ""
        },
        "theme": {
            "type": "string",
            "default": "light"
        },
        "width": {
            "type": "string",
            "default": "450px"
        },
        "height": {
            "type": "string",
            "default": "600px"
        }
    },
    "editorScript": "ai-support-assistant-block-js"
}
