{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "advance-widget-pack/reading-progress-bar",
	"title": "AWP Reading Progress Bar",
	"category": "widgets",
	"icon": "chart-line",
	"description": "A slim fixed bar at the top of the page that fills as the reader scrolls through the post.",
	"keywords": [ "reading progress", "scroll progress", "progress bar", "awp" ],
	"textdomain": "advance-widget-pack",
	"attributes": {
		"color": {
			"type": "string",
			"default": "#2271b1"
		},
		"height": {
			"type": "number",
			"default": 4
		},
		"position": {
			"type": "string",
			"default": "top"
		}
	},
	"supports": {
		"html": false
	},
	"editorScript": "file:./index.js",
	"viewScript": "file:./view.js",
	"render": "file:./render.php"
}
