ZeDeID Firefox

Examine source code of ZeDeID

Inspect and view changes in ZeDeID source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ZeDeID",
  "version": "1.2.3",
  "description": "Self Issued OpenId Connect Provider for Decentralized Identity implemented as a browser add-on",
  "author": "Radical Ledger Technologies",
  "icons": {
    "16": "assets/did_siop_favicon.png"
  },
  "permissions": [
    "downloads",
    "file:///*/"
  ],
  "background": {
    "scripts": [
      "background-es5.js",
      "runtime-es5.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "ZeDeID",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject-es5.js",
        "runtime-es5.js"
      ]
    }
  ],
  "manifest_version": 2
}

Best ZeDeID Alternatives

Here are some Firefox add-ons that are similar to ZeDeID: