{
  "name": "Binance Personal Address",
  "slug": "binance-personal",
  "version": "1.0.0",
  "description": "Binance Personal Address payment gateway integration for OwnPay",
  "author": "OwnPay Core",
  "type": "gateway",
  "entrypoint": "BinancePersonalGateway.php",
  "namespace": "OwnPay\\Modules\\Gateways\\BinancePersonal",
  "capabilities": [
    "gateway"
  ],
  "requires": {
    "core": ">=0.1.0",
    "php": ">=8.1"
  },
  "category": "global",
  "color": "#F3BA2F",
  "csp": {
    "script_src": [
      "https://*.binance.com"
    ],
    "style_src": [
      "https://*.binance.com"
    ],
    "frame_src": [
      "https://*.binance.com"
    ],
    "connect_src": [
      "https://*.binance.com"
    ]
  },
  "permissions": [
    "gateway.process"
  ],
  "icon": "icon.svg"
}