{ "apiVersion": 3, "name": "blockenberg/reading-progress", "title": "Reading Progress", "category": "bkbg-blog", "description": "A fixed reading progress bar that fills as the visitor scrolls.", "keywords": [ "progress", "reading", "scroll", "bar" ], "textdomain": "blockenberg", "editorScript": "bkbg-reading-progress-editor", "editorStyle": "bkbg-reading-progress-style", "style": "bkbg-reading-progress-style", "viewScript": "bkbg-reading-progress-frontend", "supports": { "html": false, "anchor": false, "className": false, "align": [] }, "attributes": { "height": { "type": "number", "default": 4 }, "position": { "type": "string", "default": "top" }, "color": { "type": "string", "default": "#2563eb" }, "bgColor": { "type": "string", "default": "#e5e7eb" }, "showPercentage": { "type": "boolean", "default": false }, "zIndex": { "type": "number", "default": 9999 }, "animation": { "type": "string", "default": "smooth" }, "gradientEnd": { "type": "string", "default": "" }, "useGradient": { "type": "boolean", "default": false }, "labelTypo": { "type": "object", "default": {} } } }