Smart-ID WebAutoLogin

Smart-ID WebAutoLogin

Smart-ID AutoLoginApp is a tool for fingerprint users to automatically login websites. Please note this add-on only works when fingerprint device is plugin and Smar-ID application for windows is installed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Smart-ID WebAutoLogin",
  "version": "1.4resigned1",
  "description": "Smart-ID AutoLoginApp",
  "permissions": [
    "nativeMessaging",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "64": "icon64.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery.js",
        "content_scripts/content_script.js"
      ]
    }
  ]
}