CFCA SecEditCtl.SPDSVB Extension

CFCA SecEditCtl.SPDSVB Extension

CFCA Secure Edit Control Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CFCA SecEditCtl.SPDSVB Extension",
  "version": "3.2.0.4",
  "description": "CFCA Secure Edit Control Extension",
  "author": "CFCA",
  "minimum_chrome_version": "88",
  "background": {
    "service_worker": "eventPage.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://10.22.63.33/*",
        "https://10.22.63.33/*",
        "http://localhost/*",
        "https://localhost/*",
        "http://*.ssvbonline.com/*",
        "https://*.ssvbonline.com/*",
        "http://*.ssvbuat.com/*",
        "https://*.ssvbuat.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "externally_connectable": {
    "matches": [
      "http://10.22.63.33/*",
      "https://10.22.63.33/*",
      "http://localhost/*",
      "https://localhost/*",
      "http://*.ssvbonline.com/*",
      "https://*.ssvbonline.com/*",
      "http://*.ssvbuat.com/*",
      "https://*.ssvbuat.com/*"
    ]
  }
}