ČSOB Electronic Signature

ČSOB Electronic Signature

ČSOB e-banking component for electronic signing, operating with a smart card or other PKI operations.

Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "CSOB PKI",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "permissions": [
    "nativeMessaging",
    "activeTab",
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.ica.cz/*",
    "*://*.csob.cz/*",
    "*://*.csob.sk/*",
    "*://localhost/*"
  ],
  "manifest_version": 3,
  "version": "2.1.5.0",
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "https://*.csob.cz/*",
      "https://*.csob.sk/*",
      "*://*.capgemini.com/*",
      "*://*.ica.cz/*",
      "https://csob--c.vf.force.com/*",
      "https://sf--csobuat--c.sandbox.vf.force.com/*"
    ]
  },
  "icons": {
    "128": "icons/icon-128-no-bg.png"
  },
  "action": {
    "default_icon": "icons/icon-38-no-bg-no-padding.png",
    "default_title": "__MSG_appName__"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}