{
  "id": "floating-button-logged-in-user",
  "name": "Floating Button for Logged In Users",
  "description": "Display a floating button that only appears for logged-in users. Perfect for member-specific actions, account management, or exclusive content access!",
  "license": "premium",
  "settings": {
    "type": "link",
    "link": "#"
  },
  "design": {
    "color": "#2196F3",
    "grouped": true,
    "icon": {
      "color": "#fff",
      "class": "fa-solid fa-user"
    },
    "responsive": {
      "device": {
        "mobile": 1,
        "tablet": 1,
        "desktop": 1
      }
    },
    "shape": "none",
    "standalone": true
  },
  "location": [
    {
      "logic": null,
      "rules": [
        {
          "type": "user_session",
          "operator": "==",
          "value": "user_session_logged_in",
          "logic": "OR"
        }
      ]
    }
  ]
}
