Dokobit e-signing and e-identification

Dokobit e-signing and e-identification

Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dokobit e-signing and e-identification",
  "version": "1.1.55",
  "minimum_chrome_version": "88.0",
  "manifest_version": 3,
  "description": "Easily and securely sign legally binding documents on Dokobit e-signing portal and login to various e-services of Dokobit partners",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "isign-content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "isign-background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "isign-page.js",
        "isign-script.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging",
    "storage"
  ]
}