{
  "id": "email",
  "name": "Email Button",
  "description": "Add a floating email button to your website, enabling visitors to instantly send you an email with a single click. Perfect for business inquiries and customer communication!",
  "license": "free",
  "settings": {
    "type": "link",
    "link": "mailto:your@email.com",
    "open_in_new_tab": true
  },
  "design": {
    "color": "#EA4335",
    "grouped": true,
    "icon": {
      "color": "#fff",
      "class": "fa-solid fa-envelope"
    },
    "responsive": {
      "device": {
        "mobile": 1,
        "tablet": 1,
        "desktop": 1
      }
    },
    "shape": "none",
    "standalone": true
  }
}
