{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "the-countdown/countdown",
	"version": "0.1.0",
	"title": "The Countdown",
	"category": "widgets",
	"icon": "clock",
	"description": "A block to show countdown timer.",
	"supports": {
		"html": false,
		"align": true
	},
	"textdomain": "the-countdown",
	"editorScript": "file:./index.js",
	"editorStyle": ["file:./index.css", "file:./style-index.css"],
	"viewScript": ["wp-element", "wp-api-fetch", "file:./countdown.js"],
	"style": "file:./style-index.css"
}
