Examine source code of E-SIGN

Inspect and view changes in E-SIGN source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhjqLXzi9BdZXZuNwfkqRVF/r0yfTDeYpOcu8PdA++qMeQpAocT7Gtbsm7AQtRKQ2/QxYOSq4ZToHbQ+1oV/aAvef7efo4W1tgEkolmUz3w+vax5P8kYbxmeSKrE9OTBUMWfC6Igpdt1/+Nees/198JZl1Fz1L9YrwLEHsdxHYkG9CSZDyRLiUKtXQO+tI0CedF3NQrPass0XipRJKDFE31r6MF4vHIeeNhC/r8aS87vuCZnRj0a1YTfKka0KMGAQEB37eN8sl1L27FgjkB02M088nnZWJXZcXAmYHayngf1qcPDH4TMkgKVIaYmahxBbTDtTdVlyqnrQAJiR/IqukwIDAQAB",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "1.8",
  "author": "Asseco Lietuva, UAB <info@asseco.lt>",
  "icons": {
    "16": "icons/esign-16.png",
    "32": "icons/esign-32.png",
    "48": "icons/esign-48.png",
    "128": "icons/esign-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "nativeMessaging"
  ]
}