Integrate Pay

Integrate Pay

Gives merchants the freedom to accept payments with alternative payment gateways

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Integrate Pay",
  "description": "Gives merchants the freedom to accept payments with alternative payment gateways",
  "version": "0.0.12",
  "manifest_version": 2,
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "./static/options.html",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "optional_permissions": [
    "https://sandbox.authorize.net/",
    "https://merchantcenter.transit-pass.com/jsp/transit_portal/",
    "https://paytrace.com/tranx.pay",
    "https://apex.rev19.net/merchant"
  ],
  "browser_action": {
    "default_popup": "./static/popup.html",
    "default_icon": {
      "16": "/static/images/icon16.png",
      "32": "/static/images/icon32.png",
      "48": "/static/images/icon48.png",
      "128": "/static/images/icon128.png"
    }
  },
  "icons": {
    "16": "/static/images/icon16.png",
    "32": "/static/images/icon32.png",
    "48": "/static/images/icon48.png",
    "128": "/static/images/icon128.png"
  }
}