WalletConnect

WalletConnect

Your Gateway to the Binance Smart Chain DeFi Ecosystem.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_title": "WalletConnect",
    "default_popup": "index.html",
    "default_icon": "images/128.png"
  },
  "author": "https:",
  "background": {
    "service_worker": "worker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "webextension-polyfill.js",
        "content-script.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "50": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png",
    "512": "images/512.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "notifications",
    "tabs",
    "cookies"
  ],
  "short_name": "WLTConnect",
  "version": "2.1.19",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "inpage.js",
        "user-media-permission.html",
        "popup.html"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "wallet-core.*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}