{
  "id": "popup",
  "name": "Popup",
  "docs": 12353,
  "description": "Add a simple popup window to your website that can display custom content. Perfect for announcements, forms, or any content you want to show in an overlay!",
  "license": "free",
  "settings": {
    "type": "modal",
    "content": "Add your content here"
  },
  "design": {
    "color": "#e91e63",
    "grouped": true,
    "icon": {
      "color": "#fff",
      "class": "fa-solid fa-window-maximize"
    },
    "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"
        }
      }
    },
    "navigation": {
      "iconCover": true
    }
  }
}
