Iron Wallet Firefox

Examine source code of Iron Wallet

Inspect and view changes in Iron Wallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Iron Wallet",
  "description": "A developer-focused Ethereum wallet",
  "version": "1.4.0",
  "author": "Miguel Palhas <mpalhas@gmail.com>",
  "homepage_url": "https://github.com/iron-wallet",
  "devtools_page": "devtools/index.html",
  "minimum_chrome_version": "102",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "./contentScript/index.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "./background/background.js"
    ]
  },
  "options_ui": {
    "page": "./options/index.html",
    "browser_style": false
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/inpage/inpage.js",
        "devtools/index.html",
        "panel/index.html"
      ]
    }
  ],
  "permissions": [
    "storage",
    "scripting"
  ],
  "icons": {
    "16": "icons/iron-16.png",
    "48": "icons/iron-48.png",
    "96": "icons/iron-96.png",
    "128": "icons/iron-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "iron-wallet@naps62.com"
    }
  }
}

Best Iron Wallet Alternatives

Here are some Firefox add-ons that are similar to Iron Wallet: