{
  "id": "floating-button-on-scroll",
  "name": "Floating Button On Scroll",
  "description": "Display a floating button that appears only after the user has scrolled past a specific height on the page. Perfect for call-to-actions that shouldn't distract users until they've engaged with your content!",
  "license": "premium",
  "settings": {
    "type": "link",
    "link": "#",
    "text": "Learn More"
  },
  "design": {
    "color": "#4CAF50",
    "grouped": true,
    "icon": {
      "color": "#fff",
      "class": "fa-solid fa-arrow-down"
    },
    "responsive": {
      "device": {
        "mobile": 1,
        "tablet": 1,
        "desktop": 1
      }
    },
    "shape": "none",
    "standalone": true
  },
  "location": [
    {
      "logic": null,
      "rules": [
        {
          "type": "event_page_scroll_height",
          "operator": ">",
          "value": "500",
          "logic": "OR"
        }
      ]
    }
  ]
}
