{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "simple-x-buttons/share",
	"version": "2.0.0",
	"title": "X Share Button",
	"category": "widgets",
	"icon": "share",
	"description": "Share the current post on X with a single click. No API key required.",
	"keywords": ["x", "twitter", "share", "social", "tweet"],
	"textdomain": "simple-x-buttons",
	"supports": { "html": false },
	"attributes": {
		"label":    { "type": "string", "default": "" },
		"style":    { "type": "string", "default": "" },
		"hashtags": { "type": "string", "default": "" },
		"via":      { "type": "string", "default": "" }
	},
	"editorScript": "sxb-block-editor",
	"editorStyle":  "sxb-block-editor-style",
	"style":        "sxb-frontend"
}
