{
  "id": "bitbucket",
  "name": "Bitbucket Button", 
  "description": "Add a floating Bitbucket button to your website, enabling quick access to your repositories and code. Perfect for developers and teams using Bitbucket for version control!",
  "license": "free",
  "settings": {
    "type": "link",
    "link": "https://bitbucket.org/your-username",
    "open_in_new_tab": true
  },
  "design": {
    "color": "#0052CC",
    "grouped": true,
    "icon": {
      "color": "#fff", 
      "class": "fa-brands fa-bitbucket"
    },
    "responsive": {
      "device": {
        "mobile": 1,
        "tablet": 1,
        "desktop": 1
      }
    },
    "shape": "none",
    "standalone": true
  }
}
