Clear Wallet EVM Firefox

Examine source code of Clear Wallet EVM

Inspect and view changes in Clear Wallet EVM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.5.4",
  "icons": {
    "16": "assets/extension-icon/wallet_16.png",
    "32": "assets/extension-icon/wallet_32.png",
    "48": "assets/extension-icon/wallet_48.png",
    "128": "assets/extension-icon/wallet_128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "assets/extension-icon/wallet_16.png",
      "32": "assets/extension-icon/wallet_32.png",
      "48": "assets/extension-icon/wallet_48.png",
      "128": "assets/extension-icon/wallet_128.png"
    }
  },
  "permissions": [
    "notifications",
    "activeTab",
    "storage",
    "alarms",
    "unlimitedStorage",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "src/extension/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "js": [
        "src/extension/inject.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/extension/inject.js",
        "src/extension/content.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/content.js-CicoVSRP.js",
        "assets/inject.js-CGmRKGng.js"
      ]
    }
  ],
  "author": "andrei0x309",
  "developer": {
    "name": "andrei0x309",
    "url": "https://github.com/andrei0x309/clear-wallet"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "clear-wallet@flashsoft.eu",
      "strict_min_version": "128.0"
    }
  }
}

Best Clear Wallet EVM Alternatives

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