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