{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cryptocurrency-price-widget/price-widget",
  "version": "1.4.7",
  "title": "Cryptocurrency Price Widget",
  "category": "widgets",
  "icon": "chart-line",
  "description": "Add live cryptocurrency prices with no API key using a Gutenberg block or shortcode-compatible settings.",
  "keywords": [
    "crypto",
    "bitcoin",
    "price"
  ],
  "textdomain": "cryptocurrency-price-widget",
  "editorScript": "CRCPW-price-widget-block-editor",
  "editorStyle": "CRCPW-price-widget-block-editor",
  "attributes": {
    "base": {
      "type": "array",
      "default": ["USD", "EUR", "CNY", "GBP"],
      "items": {
        "type": "string"
      }
    },
    "items": {
      "type": "array",
      "default": ["BTC", "ETH", "LTC", "XMR", "DASH"],
      "items": {
        "type": "string"
      }
    },
    "backgroundColor": {
      "type": "string",
      "default": "fff"
    },
    "streaming": {
      "type": "boolean",
      "default": true
    },
    "striped": {
      "type": "boolean",
      "default": false
    },
    "rounded": {
      "type": "boolean",
      "default": true
    },
    "boxShadow": {
      "type": "boolean",
      "default": true
    },
    "border": {
      "type": "boolean",
      "default": true
    },
    "signature": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "html": false
  }
}
