Trend Switcher Finder Pro for TradingView

Trend Switcher Finder Pro for TradingView

Find the best setting for trading Back Testing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.2.1.js",
        "content.js"
      ],
      "matches": [
        "https://*.tradingview.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "./img/trend_switcher_strategy_finder_XXD_icon_16x16.png",
    "48": "./img/trend_switcher_strategy_finder_XXD_icon_48x48.png",
    "128": "./img/trend_switcher_strategy_finder_XXD_icon_128x128.png"
  },
  "description": "Find the best setting for trading Back Testing",
  "manifest_version": 2,
  "name": "Trend Switcher Finder Pro for TradingView",
  "permissions": [
    "activeTab",
    "storage",
    "https://linewolfpro.com/*"
  ],
  "version": "1.2.3"
}