WH Cypher Firefox

Examine source code of WH Cypher

Inspect and view changes in WH Cypher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "WH Cypher (Beta)",
  "description": "Multichain multisig wallet that supports Bitcoin, Ethereum, Binance Smart Chain and more.",
  "name": "WH Cypher (Beta)",
  "manifest_version": 2,
  "version": "0.0.2.7",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "96": "icons/favicon-96x96.png"
  },
  "content_security_policy": "script-src 'self' blob: 'unsafe-eval'; object-src 'self';",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "notifications",
    "unlimitedStorage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "inpage.js",
    "icons/favicon-16x16.png"
  ]
}

Best WH Cypher Alternatives

Here are some Firefox add-ons that are similar to WH Cypher: