SuperDog Authentication Extension Firefox

Examine source code of SuperDog Authentication Extension

Inspect and view changes in SuperDog Authentication Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "SuperDog Authentication Extension",
  "version": "1.1resigned1",
  "manifest_version": 2,
  "description": "Send a message to a native application for authentication.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{80f33a17-6f0b-4936-be4b-63890b4d3921}"
    }
  }
}

Best SuperDog Authentication Extension Alternatives

Here are some Firefox add-ons that are similar to SuperDog Authentication Extension: