{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "greuts/vital-video",
  "version": "1.0.4",
  "title": "Vital Video",
  "description": "The most effective way to load YouTube videos and improve Core Web Vitals. Don't let YouTube slow down your page.",
  "category": "media",
  "icon": "vitalvideoIcon",
  "keywords": [
    "performance",
    "video",
    "youtube",
    "pagespeed"
  ],
  "example": {},
  "attributes": {
    "url": {
      "type": "string",
      "default": ""
    },
    "embedURL": {
      "type": "string",
      "default": ""
    },
    "thumbnailURL": {
      "type": "string",
      "default": ""
    },
    "webpThumbnailURL": {
      "type": "string",
      "default": ""
    },
    "thumbnailFormat": {
      "type": "string",
      "default": "webpThumbnailURL"
    },
    "thumbnailQuality": {
      "type": "string",
      "default": "hqdefault"
    },
    "ratio": {
      "type": "boolean",
      "default": false
    },
    "imagePreview": {
      "type": "boolean",
      "default": true
    },
    "title": {
      "type": "string",
      "default": "",
      "source": "text",
      "selector": ".video-title"
    },
    "mute": {
      "type": "boolean",
      "default": false
    },
    "dontUseWebp": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "align": true
  },
  "textdomain": "vital-video-block",
  "editorScript": "file:index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}