OKX Wallet Firefox

Examine source code of OKX Wallet

By: OKX Add-on
Inspect and view changes in OKX Wallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "https://www.okx.com",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "static/images/icon-16.png",
      "19": "static/images/icon-19.png",
      "32": "static/images/icon-32.png",
      "38": "static/images/icon-38.png",
      "64": "static/images/icon-64.png",
      "128": "static/images/icon-128.png",
      "512": "static/images/icon-512.png"
    },
    "default_title": "__MSG_wallet_intro_maintitle_product_name__",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+O",
        "mac": "Alt+Shift+O",
        "chromeos": "Alt+Shift+O",
        "linux": "Alt+Shift+O"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/lib/disable-console.js",
        "scripts/lib/globalthis.js",
        "scripts/lib/contentscript.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "*://connect.trezor.io/*/popup.html"
      ],
      "js": [
        "scripts/vendor/trezor/content-script.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
  "default_locale": "en",
  "description": "__MSG_wallet_intro_text_desc__",
  "icons": {
    "16": "static/images/icon-16.png",
    "19": "static/images/icon-19.png",
    "32": "static/images/icon-32.png",
    "38": "static/images/icon-38.png",
    "48": "static/images/icon-48.png",
    "64": "static/images/icon-64.png",
    "128": "static/images/icon-128.png",
    "512": "static/images/icon-512.png"
  },
  "manifest_version": 2,
  "name": "__MSG_wallet_intro_maintitle_product_name__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "activeTab",
    "notifications"
  ],
  "short_name": "__MSG_wallet_intro_maintitle_product_name__",
  "web_accessible_resources": [
    "scripts/lib/inpage.js",
    "static/images/icon*",
    "static/fonts/HarmonyOS_Sans_Web/*"
  ],
  "version": "2.53.0",
  "applications": {
    "gecko": {
      "id": "webextension@okexwallet.io",
      "strict_min_version": "68.0"
    }
  }
}

Best OKX Wallet Alternatives

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