E-SIGN (Asseco Lietuva, UAB)

E-SIGN (Asseco Lietuva, UAB)

Document electronic signing and users identification with ID card or USB token, used by products of "Asseco Lietuva, UAB".

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "1.6.1",
  "author": "Asseco Lietuva, UAB <[email protected]>",
  "icons": {
    "16": "icons/esign-16.png",
    "32": "icons/esign-32.png",
    "48": "icons/esign-48.png",
    "128": "icons/esign-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "nativeMessaging",
    "tabs"
  ]
}