TrustID Firefox

Examine source code of TrustID

By: Nadcab
Inspect and view changes in TrustID source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Trust-ID",
  "version": "1.0.1",
  "description": "An extension built for smooth KYC registration",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "assets/background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "connection.html",
    "confirm.html",
    "assets/*.js"
  ],
  "externally_connectable": {
    "matches": [
      "<all_urls>"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "applications": {
    "gecko": {
      "id": "trust-id@yourdomain.com",
      "strict_min_version": "91.0"
    }
  }
}

Best TrustID Alternatives

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