SBCZ PKI Service Component

SBCZ PKI Service Component

Component providing electronic signature of the document.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "ICAPKIService",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "permissions": [
    "nativeMessaging",
    "activeTab",
    "storage",
    "cookies",
    "*://*.sberbank.cz/*",
    "*://*.sbcz.cz/*",
    "*://localhost/*"
  ],
  "manifest_version": 2,
  "version": "1.1.0.0",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "https://*.sberbank.cz/*",
      "https://*.sbcz.cz/*"
    ]
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "page_action": {
    "default_icon": "icons/icon-38-no-bg-no-padding.png",
    "default_title": "__MSG_appName__"
  }
}