{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "carbonbadge-block/carbonbadge-block",
	"version": "1.3.4",
	"title": "Carbonbadge",
	"category": "widgets",
	"description": "Block to display your website's carbon footprint using the Carbonbadge API.",
	"example": {},
	"supports": {
		"interactivity": true
	},
	"textdomain": "carbonbadge-block",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render": "file:./render.php",
	"viewModule": "file:./view.js",
	"attributes": {
		"useDarkMode": {
			"type": "boolean"
		},
		"useCustomUrl": {
			"type": "boolean"
		},
		"customUrlToCheck": {
			"type": "string",
			"default": ""
		},
		"showLinkToWebCarbon": {
			"type": "boolean"
		}
	}
}
