{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "scramble",
  "type": "registry:component",
  "title": "Word Scramble",
  "description": "Letter-tile word unscrambling game with optional image/text clues and a reset button.",
  "registryDependencies": [
    "button",
    "progress",
    "badge"
  ],
  "files": [
    {
      "path": "registry/default/scramble/scramble.tsx",
      "type": "registry:component"
    }
  ]
}