5ire Wallet Firefox

Examine source code of 5ire Wallet

Inspect and view changes in 5ire Wallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "5ire Wallet",
  "description": "EVM and Substrate combined wallet",
  "version": "0.2.2",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "5ire Wallet"
  },
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "notifications",
    "scripting",
    "management",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "./static/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./static/js/content.js"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "MacCtrl+Shift+K"
      },
      "description": "Opens hello.html"
    }
  },
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; frame-ancestors 'none';",
  "browser_specific_settings": {
    "gecko": {
      "id": "{40298c61-7b1b-435a-a79d-6a283c6c4497}"
    }
  }
}

Best 5ire Wallet Alternatives

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