{
  "id": "youtube-popup",
  "name": "YouTube Popup",
  "description": "Add a popup window to your website that can display YouTube videos. Perfect for video content, tutorials, or promotional videos!",
  "license": "free",
  "settings": {
    "type": "modal",
    "content": "https://www.youtube.com/watch?v=MMuhc9pcYew"
  },
  "design": {
    "color": "#FF0000",
    "grouped": true,
    "icon": {
      "color": "#fff",
      "class": "fa-brands fa-youtube"
    },
    "responsive": {
      "device": {
        "mobile": 1,
        "tablet": 1,
        "desktop": 1
      }
    },
    "shape": "none",
    "standalone": true
  },
  "modal": {
    "layout": {
      "id": "stacked",
      "background": {
        "color": "#fff"
      },
      "overlay": {
        "color": "#f9f9f9",
        "opacity": 0.8
      },
      "content": {
        "padding": {
          "top": "1",
          "right": "1",
          "bottom": "1",
          "left": "1",
          "sizing": "rem"
        },
        "margin": {
          "top": "0",
          "right": "0",
          "bottom": "0",
          "left": "0",
          "sizing": "rem"
        }
      }
    }
  }
}
