Profit Sniper Strategy Finder Pro

Profit Sniper Strategy Finder Pro

Find the best setting for trading

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": [
        "content.js"
      ],
      "matches": [
        "https://*.tradingview.com/*"
      ]
    }
  ],
  "icons": {
    "16": "./img/profit_sniper_strategy_finder_XXD_icon_16x16.png",
    "48": "./img/profit_sniper_strategy_finder_XXD_icon_48x48.png",
    "128": "./img/profit_sniper_strategy_finder_XXD_icon_128x128.png"
  },
  "description": "Find the best setting for trading",
  "manifest_version": 2,
  "name": "Profit Sniper Strategy Finder Pro",
  "permissions": [
    "activeTab",
    "storage",
    "https://linewolfpro.com/*"
  ],
  "version": "1.3.5"
}