SmartReg Active HTML

SmartReg Active HTML

Passes the currently viewed html to SmartRegActiveHtml (native messaging host).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SmartReg Active HTML",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "description": "Passes the currently viewed html to SmartRegActiveHtml (native messaging host).",
  "icons": {
    "16": "icons/active-html_blue-16x16.png",
    "32": "icons/active-html_blue-32x32.png",
    "48": "icons/active-html_blue-48x48.png",
    "128": "icons/active-html_blue-128x128.png"
  },
  "permissions": [
    "tabs",
    "nativeMessaging"
  ],
  "background": {
    "service_worker": "service-worker/worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/jquery.min.js",
        "content-scripts/content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}