SealSign Central Key Control

SealSign Central Key Control

SealSign Central Key Control Extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SealSign Central Key Control",
  "description": "SealSign Central Key Control Extension.",
  "version": "1.3",
  "manifest_version": 3,
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "nativeMessaging"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}