TronLink Firefox

Examine source code of TronLink

Inspect and view changes in TronLink source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TronLink",
  "version": "1.6.2",
  "description": "The first and most popular TRON wallet. Recommended by TRON Foundation.",
  "author": "Kondax <kondaxsolutions@gmail.com>",
  "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'",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "activeTab",
    "*://*/*"
  ],
  "browser_action": {
    "default_popup": "packages/popup/build/index.html",
    "default_title": "TronLink"
  },
  "icons": {
    "128": "packages/popup/static/icon.png"
  },
  "background": {
    "scripts": [
      "dist/backgroundScript.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "dist/contentScript.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "dist/pageHook.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5799d9b6-8343-4c26-9ab6-5d2ad39884ce}"
    }
  }
}

Best TronLink Alternatives

Here are some Firefox add-ons that are similar to TronLink: