EyeBankWeb Plugin Adapter

EyeBankWeb Plugin Adapter

This add-on allows FireFox to call the locally installed IrisGuard EyeBank APIs using native messaging, giving the user full functionality of all IrisGuard EyeBank APIs calls such as capturing iris images and doing a recognition.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "EyeBankWeb Plugin Adapter",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOqMBmB8ThMqFT3/9s/bfShwIXIlksxCwmo/VJdLScKqCc28xU2WaJmjfV4qa1K9K3SRiDTwpk53alWv/xoRXLjDnnvxmdu9AD57o7DEQAfdSRAv0grVt00/o7oudFaRlyvrHMmvjAM4fTnA3URQfEKz2L2wb/jfJt0ogcnYkWswIDAQAB",
  "version": "1.4resigned1",
  "manifest_version": 2,
  "description": "Allows use of the EyeBankWeb plugin",
  "icons": {
    "128": "icon-128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "50.0"
    }
  },
  "background": {
    "scripts": [
      "background.js",
      "FireBreathPromise.js",
      "wyrmhole.js",
      "firewyrm.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "FireBreathPromise.js",
    "firewyrm.js",
    "wyrmhole.js",
    "wyrmhole-page.js"
  ],
  "permissions": [
    "nativeMessaging"
  ]
}