CFCA CryptoKit.LNWL Extension

CFCA CryptoKit.LNWL Extension

CFCA Security Application Development Kit

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "CFCA CryptoKit.LNWL Extension",
  "version": "3.4.0.3",
  "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://*.lnwlzb.com/*",
    "https://*.lnwlzb.com/*",
    "http://*.lnwlzb.com.cn/*",
    "https://*.lnwlzb.com.cn/*",
    "http://*.lnwlzb.cn/*",
    "https://*.lnwlzb.cn/*",
    "http://*.lnzbtb.com/*",
    "https://*.lnzbtb.com/*",
    "http://*.lnzbtb.cn/*",
    "https://*.lnzbtb.cn/*",
    "http://127.0.0.1/*",
    "https://127.0.0.1/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://*.lnwlzb.com/*",
      "https://*.lnwlzb.com/*",
      "http://*.lnwlzb.com.cn/*",
      "https://*.lnwlzb.com.cn/*",
      "http://*.lnwlzb.cn/*",
      "https://*.lnwlzb.cn/*",
      "http://*.lnzbtb.com/*",
      "https://*.lnzbtb.com/*",
      "http://*.lnzbtb.cn/*",
      "https://*.lnzbtb.cn/*",
      "http://127.0.0.1/*",
      "https://127.0.0.1/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}