{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "advanced-steam-widget/steam",
	"title": "Steam Widget",
	"category": "widgets",
	"icon": "games",
	"description": "Displays Steam status and history.",
	"keywords": ["steam", "games", "profile"],
	"textdomain": "advanced-steam-widget",
	"supports": {
		"html": false,
		"reusable": true,
		"customClassName": true
	},
	"attributes": {
		"title": {
			"type": "string",
			"default": "Currently Playing"
		},
		"profile_url": {
			"type": "string",
			"default": ""
		},
		"template": {
			"type": "string",
			"default": "games"
		},
		"cache_interval": {
			"type": "number",
			"default": 900
		},
		"instance_uuid": {
			"type": "string",
			"default": ""
		}
	},
	"editorScript": "file:./build/index.js",
	"render": "file:./render.php"
}
