DID-SIOP Firefox

Examine source code of DID-SIOP

Inspect and view changes in DID-SIOP source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "DID-SIOP",
  "version": "1.2.1",
  "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"
  },
  "background": {
    "scripts": [
      "background-es5.js",
      "runtime-es5.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "DID-SIOP",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject-es5.js",
        "runtime-es5.js"
      ]
    }
  ],
  "manifest_version": 2
}

Best DID-SIOP Alternatives

Here are some Firefox add-ons that are similar to DID-SIOP: