KeyXentic Native Messaging

KeyXentic Native Messaging

Communicate with KeyXentic Native Client.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon-128.png"
  },
  "description": "Communicate with KeyXentic Native Client.",
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.example.com/*",
      "*://*.keyxentic.com/*",
      "*://*.sdabi.com/*",
      "*://*.isuncloud.com/*",
      "*://*.fstk.io/*",
      "*://*.alex.io/*",
      "*://*.starbitex.com/*",
      "*://*.star-bit.io/*",
      "*://frontdesk.captiveportal/*",
      "*://*.kxsso.cn/*",
      "*://*.lbtwsys.com/*",
      "*://*.linebanktw.com/*"
    ]
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "KeyXentic Native Messaging",
  "permissions": [
    "nativeMessaging"
  ],
  "short_name": "KeyXentic Native Messaging",
  "version": "1.2.1"
}