Tradingview - Terminal Leader.Trade

Tradingview - Terminal Leader.Trade

Tradingview Terminal Trade crypto on ByBit directly from TradingView- the fast, easy, and secure for crypto traders.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tradingview - Terminal Leader.Trade",
  "version": "1.0.3",
  "description": "Tradingview Terminal Trade crypto on ByBit directly from TradingView- the fast, easy, and secure for crypto traders.",
  "short_name": "Leader.Trade Terminal",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://SendToDiscord.daviddtech.repl.co/backtest/api/v1.0/results",
    "https://*.tradingview.com/chart/*",
    "https://SendToDiscord.daviddtech.repl.co/message",
    "https://*.cloudfunctions.net/*",
    "https://*.davidd.tech/*"
  ],
  "optional_permissions": [
    "clipboardWrite"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icon.png",
      "32": "images/icon.png",
      "48": "images/icon.png",
      "128": "images/icon.png"
    },
    "default_title": "Terminal",
    "default_popup": "html/popup.html"
  },
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "html/*",
        "js/*",
        "css/*",
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.js",
        "js/jquery-ui.min.js",
        "js/jquery.toast.min.js",
        "js/bootstrap.js",
        "js/bootstrap.bundle.min.js",
        "js/pako.js",
        "js/chart.umd.js",
        "js/bybit/bybit_bigtrades.js",
        "js/bybit/bybit_orders.js",
        "js/crypto-js.min.js",
        "js/coin_pair_change.js",
        "js/bottom_bar.js",
        "js/form.js",
        "js/content.js",
        "js/bybit/bybit_bigtrades.js",
        "js/bybit/bybit_orders.js",
        "fontawesome/js/all.js",
        "js/content.js",
        "js/crypto-js.min.js"
      ],
      "css": [
        "css/jquery.toast.min.css",
        "css/bootstrap.css",
        "css/jquery-ui.min.css",
        "css/reset.css",
        "css/universal.css",
        "fontawesome/css/all.css",
        "css/content.css",
        "css/exchange.css"
      ],
      "matches": [
        "https://*.tradingview.com/chart/*",
        "https://*.davidd.tech/*",
        "https://*.cloudfunctions.net/*",
        "https://*.leader.trade/*"
      ],
      "match_about_blank": true,
      "all_frames": false,
      "run_at": "document_end"
    }
  ]
}