Trust Wallet

Trust Wallet

Secure crypto wallet to access your digital assets across multiple networks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "2.10.0",
  "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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnO0ipv3MCMVTQzXWnXEy+b1H4UKRZlxfYBTC7pFOP0PuNtInwuzcWbJY4HljExt+y6lzhIjRRD/h9n/RW695OcST95CPKaEc5/tBvaecfbmCg+/oECKQcF9QvmEX0QWlvfurLJ57t5Nh10SUqpCuqWQyCjHAPPibMXzLvRd0HzB5kwk3k5N727VJejjCy+dieExTKb0Ya7PtzDO/UuMAva6lfMpfnhSeA8+MSEf0NDcepuIhYDCUyP8DRhly/Ya32t98UGWU9RlVJvLtyptVBeYV79aKr5LIa/81AZYTkmwbXhTNCCBKt/03IHZy+/IcxNB1EISe4OoOoe6cT4ArEQIDAQAB"
}