Trust Wallet BETA BUILD

Trust Wallet BETA BUILD

THIS EXTENSION IS FOR BETA TESTING

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.0.1874",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html",
    "default_icon": "icons/light/32px.png"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inpage.js"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "wallet-core.*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*",
    "http://localhost/*",
    "http://127.0.0.1/*",
    "http://0.0.0.0/*"
  ],
  "permissions": [
    "alarms",
    "tabs",
    "storage",
    "clipboardWrite",
    "notifications",
    "scripting",
    "sidePanel"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwVA/nh0QbQA5zFuQaWpZb5Ad8ZLUgSvcUrXCIZZixilyc+roKBl60WwK+zddGTgaCBj5FjYrsYUFKfG5Fu9wbPVd3xOOVMq7e9OfCt90NCHvbuuh5zp0xPuYXcmsIy5swBFxoKkCXCm9pdavYOWweK6RXp7Fw/8JpdPZmgUeTva+akXJbBldUnTRK4DjF+BWImuxoFyvLoI00iypoMnVphx7BDdFGHxHbQYu8D5H23ga8iAslp7+UD0XXLq9/2lnGeU0YAYH2Zhjz50UPNcuooFfW8GvOi4cJqOqR5PDQ0GzlWM3EO7iWOa8aoDB5jur7L/JjN2xL+LusbYXth0M3QIDAQAB"
}