Isabel Security Components add-on

Isabel Security Components add-on

Use the Isabel Security Components, enabling secure access and signing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Isabel Group",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "version": "3.1.2",
  "icons": {
    "16": "icons/icon_16x16.png",
    "32": "icons/icon_32x32.png",
    "48": "icons/icon_48x48.png",
    "128": "icons/icon_128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.isabel.eu/*",
        "https://*.isabel.be/*",
        "https://*.multibanking.eu/*",
        "https://*.isabelgroup.eu/*",
        "https://*.fortis.bank/*",
        "https://*.qabnpparibasfortis.be/*",
        "https://*.qafintro.be/*",
        "https://*.bnpparibasfortis.be/*",
        "https://*.easybankingbusiness.be/*",
        "https://*.fintro.be/*",
        "https://*.kbc.be/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}