{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "depay-donations/block",
  "title": "DePay Donations",
  "category": "widgets",
  "description": "Accept Web3 Donations. Supporting various cryptocurrency tokens and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC…",
  "keywords": [ "donations", "cryptocurrency", "web3", "DePay", "USDC" ],
  "version": "2.4.2",
  "textdomain": "depay-donations",
  "example": {},
  "editorScript": "depay-donations-script",
  "supports": {
    "align": ["left", "right", "center"],
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "attributes": {
    "align": {
      "type": "string",
      "default": "center"
    }
  }
}
