CFCA CryptoKit.SSVB Extension

CFCA CryptoKit.SSVB Extension

CFCA Security Application Development Kit

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 CryptoKit.SSVB Extension",
  "version": "3.4.0.5",
  "description": "CFCA Security Application Development Kit",
  "author": "CFCA",
  "minimum_chrome_version": "88",
  "background": {
    "service_worker": "eventPage.js"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "permissions": [
    "nativeMessaging"
  ],
  "host_permissions": [
    "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/*"
  ],
  "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/*"
    ]
  }
}