I.CA PKI Service Component

I.CA PKI Service Component

Component for calling native PKI libraries.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "I.CA PKI",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "permissions": [
    "nativeMessaging",
    "activeTab",
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.ica.cz/*",
    "*://*.csob.cz/*",
    "*://*.csob.sk/*",
    "*://*.proebiz.com/*",
    "*://localhost/*"
  ],
  "manifest_version": 3,
  "version": "2.1.7.0",
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.localhost/*",
      "https://*.csob.cz/*",
      "https://*.csob.sk/*",
      "*://*.ica.cz/*",
      "*://*.proebiz.com/*",
      "*://*.digisign.org/*",
      "*://*.digisign.digital.cz/*",
      "*://*.circularo.com/*",
      "*://*.eon.com/*",
      "https://eonos.sharepoint.com/*"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": "icons/icon-38-no-padding.png",
    "default_title": "__MSG_appName__"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}