{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "solveoai/chat-widget",
    "version": "3.0.0",
    "title": "SolveoAI Chat Widget",
    "category": "widgets",
    "icon": "format-chat",
    "description": "Embed the SolveoAI AI chat widget in a specific location on the page.",
    "keywords": ["chat", "ai", "support", "solveo", "widget"],
    "supports": {
        "html": false,
        "multiple": false,
        "align": ["wide", "full"]
    },
    "attributes": {
        "primaryColor": {
            "type": "string",
            "default": ""
        },
        "position": {
            "type": "string",
            "default": "",
            "enum": ["", "bottom-right", "bottom-left"]
        },
        "greeting": {
            "type": "string",
            "default": ""
        },
        "theme": {
            "type": "string",
            "default": "",
            "enum": ["", "light", "dark", "auto"]
        }
    },
    "editorScript": "file:./index.js",
    "textdomain": "solveoai-chat-widget"
}
