TronLink

TronLink

The first and most popular TRON wallet. Recommended by TRON Foundation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TronLink",
  "description": "The first and most popular TRON wallet. Recommended by TRON Foundation.",
  "version": "4.1.6",
  "version_name": "4.1.6",
  "author": "Kondax <[email protected]>",
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-Xt+TZ5hJY3WPwPE/jyW2b+AJo8y3aUAh7/7lWAT2ggI=' 'sha256-RWwVLx29Hwx0Jzlp+qhH9KbkCbV94cr4seIFGCmY2Jw=' https://*.sentry.io https://www.google-analytics.com https://www.googletagmanager.com https://cdnjs.cloudflare.com; object-src 'self'",
  "browser_action": {
    "default_popup": "popup/popup.html#/home",
    "default_title": "TronLink",
    "default_icon": "static/icon.png"
  },
  "icons": {
    "16": "static/icon.png",
    "48": "static/icon.png",
    "128": "static/icon.png"
  },
  "background": {
    "scripts": [
      "/background/script_loader.js",
      "/vendors/941.js",
      "/vendors/920.js",
      "/background/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "injected/injected.js"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "activeTab"
  ]
}