eId Middleware

eId Middleware

Access and export your digital certificates from the certificate store.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "eId Middleware",
  "description": "Access and export your digital certificates from the certificate store.",
  "version": "0.0.0.6",
  "manifest_version": 3,
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "48": "android-chrome-192x192.png",
    "128": "android-chrome-192x192.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.signingdesk.com/*",
      "https://*.digitalsign.pt/*",
      "https://*.digitalsign.com.br/*",
      "https://*.digitalsigncertificadora.com.br/*",
      "*://localhost/*"
    ]
  },
  "background": {
    "service_worker": "./background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "nativeMessaging"
  ]
}