Bottomline PTX eSigner

Bottomline PTX eSigner

Allows Bottomline PT-X to digitally sign payment & collection data

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bottomline PTX eSigner",
  "version": "2.0.0.0",
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "description": "Allows Bottomline PT-X to digitally sign payment & collection data",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "nativeMessaging"
  ]
}