{
  "apiVersion": 3,
  "name": "space-lightplay/video",
  "title": "Space Lightplay",
  "category": "media",
  "icon": "video-alt3",
  "description": "Lightweight video embed with custom preview and configurable Play button. Loads iframe only on click.",
  "textdomain": "space-lightplay",
  "attributes": {
    "videoId":        { "type": "string",  "default": "" },
    "videoUrl":       { "type": "string",  "default": "" },
    "preview":        { "type": "string",  "default": "" },
    "previewId":      { "type": "number",  "default": 0 },
    "alt":            { "type": "string",  "default": "" },

    "btnSize":        { "type": "string",  "default": "80px" },
    "btnRadius":      { "type": "string",  "default": "50%" },
    "btnBg":          { "type": "string",  "default": "rgba(0,0,0,.55)" },
    "btnBgHover":     { "type": "string",  "default": "rgba(0,0,0,.7)" },
    "iconColor":      { "type": "string",  "default": "#ffffff" },
    "iconColorHover": { "type": "string",  "default": "#ffffff" },
    "pulse":          { "type": "boolean", "default": false },

    "preferMaxQuality": { "type": "boolean", "default": false }
  },
  "supports": { "html": false, "align": ["wide", "full"] },
  "editorScript": "file:./edit.js",
  "editorStyle": "file:./editor.css",
  "viewScript": "file:./view.js",
  "style": "file:./style.css",
  "render": "file:./render.php"
}