{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Progress Bar",
  "name": "zolo/progress-bar",
  "category": "zoloblocks",
  "keywords": [
    "progress",
    "bar",
    "milestone",
    "stats",
    "animated",
    "loading",
    "percentage",
    "completion"
  ],
  "description": "Show progress with animated bars for milestones or stats.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": [
    "zolo-waypoint",
    "zolo-roll-number",
    "file:./frontend.js"
  ]
}