{
  "name": "ShopeePay",
  "slug": "shopeepay",
  "version": "1.0.0",
  "description": "ShopeePay e-wallet integration via Omise hosted sources",
  "author": "OwnPay Core",
  "type": "gateway",
  "entrypoint": "ShopeePayGateway.php",
  "namespace": "OwnPay\\Modules\\Gateways\\ShopeePay",
  "capabilities": [
    "gateway"
  ],
  "requires": {
    "core": ">=0.1.0",
    "php": ">=8.1"
  },
  "category": "mfs",
  "color": "#EE4D2D",
  "csp": {
    "script_src": [
      "https://*.shopee.com",
      "https://*.shopeepay.com"
    ],
    "style_src": [
      "https://*.shopee.com"
    ],
    "frame_src": [
      "https://*.shopee.com"
    ],
    "connect_src": [
      "https://*.shopee.com",
      "https://api.shopeepay.com"
    ]
  },
  "permissions": [
    "gateway.process"
  ],
  "icon": "icon.svg"
}