OKX Wallet

OKX Wallet

OKX Wallet is a universal crypto wallet available on multiple platforms, including app, web, and extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "https://www.okx.com",
  "background": {
    "service_worker": "scripts/background/background.js"
  },
  "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_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": [
        "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": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "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": 3,
  "name": "__MSG_wallet_intro_product_name__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "notifications",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "__MSG_wallet_intro_maintitle_product_name__",
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/lib/inpage.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "static/images/icon*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "static/fonts/HarmonyOS_Sans_Web/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "version": "2.92.1",
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://okx.com/*"
    ],
    "ids": [
      "*"
    ]
  },
  "minimum_chrome_version": "63",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}