{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/apple-app-store",
	"title": "Apple App Store Button",
	"description": "Official-looking Apple badge CTA with link, alt text, width, and `_bm_style` controls.",
	"version": "1.0.0",
	"icon": "store",
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		},
		"link": {
			"type": "string",
			"default": "https://apps.apple.com/us/app/apple-store/id375380948"
		},
		"alt": {
			"type": "string",
			"default": "Apple App Store"
		},
		"width": {
			"type": "number",
			"default": 150
		},
		"target": {
			"type": "string",
			"default": "_blank"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "bm-apple-app-store"
}