Belgium eID

Belgium eID

Use the Belgian electronic identity card (eID) in Firefox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://eid.belgium.be/",
  "version": "1.0.32",
  "permissions": [
    "pkcs11",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.belgium.be/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "default_locale": "en"
}