Document signing component for NKČR

Document signing component for NKČR

Component for calling I.CA native libraries with PKI services for NKČR.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "NKCR PKI",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "permissions": [
    "nativeMessaging",
    "activeTab",
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "*://*.nkcr.cz/*",
    "*://localhost/*"
  ],
  "manifest_version": 3,
  "version": "2.1.0.1",
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.nkcr.cz/*"
    ]
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": "icons/icon-38.png",
    "default_title": "__MSG_appName__"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}