eID Edge Extension

eID Edge Extension

Edge extension for the Belgium eID card

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "eID Edge Extension",
  "description": "Edge extension for the Belgium eID card",
  "version": "1.0.2",
  "icons": {
    "38": "icon38.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://*.e-contract.be/*",
        "https://localhost/*",
        "https://*.ejustice.be/*",
        "https://*.auctionline.be/*",
        "https://*.nkcn-cia.be/*",
        "https://*.jd-consult.be/*",
        "https://*.allsoft.be/*",
        "https://*.orpea.net/*",
        "http://*.orpea.net/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}