Profit Sniper Strategy Finder

Profit Sniper Strategy Finder

Find the best settings for Profit Sniper

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Profit Sniper Strategy Finder",
  "description": "Find the best settings for Profit Sniper",
  "version": "1.0.2",
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.tradingview.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://tv-hub.org/*"
  ],
  "web_accessible_resources": [
    "functions.js"
  ]
}