Goat Alerts TradingView Bot

Goat Alerts TradingView Bot

Automation & Shadow Trading for Cryptocurrency using TradingView

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Ensen",
  "background": {
    "persistent": true,
    "scripts": [
      "js/socket.io.dev.js",
      "js/lodash.js",
      "js/sha_dev.js",
      "js/jquery-3.1.1.js",
      "js/ccxt.browser.js",
      "js/events-log.js",
      "js/instruments.js",
      "js/features.js",
      "js/helpers.js",
      "js/syntax-analyzer.js",
      "js/Storage.js",
      "js/TradingView.js",
      "js/Alert.js",
      "js/Permissions.js",
      "js/Exchange.js",
      "js/Binance.js",
      "js/BitMEX.js",
      "js/Bybit.js",
      "js/Ccxt.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "Goat Alerts"
  },
  "icons": {
    "32": "img/favicon-32x32.png",
    "128": "img/icon128x128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*.tradingview.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Automation & Shadow Trading for Cryptocurrency using TradingView",
  "manifest_version": 2,
  "minimum_chrome_version": "45.0",
  "name": "Goat Alerts TradingView Bot",
  "options_page": "app.html",
  "permissions": [
    "clipboardWrite",
    "identity",
    "identity.email",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "https://*.tradingview.com/*",
    "https://*.bitmex.com/*",
    "https://*.bybit.com/*",
    "*://*.bybit.com/*",
    "*://bybit.com/*",
    "https://goatalerts.com/*"
  ],
  "short_name": "Goat Alerts",
  "version": "0.99.2",
  "web_accessible_resources": [
    "tradingview_content.js"
  ]
}