IQ Profit Bot

IQ Profit Bot

IQ Option trading robot, automates trades using specific strategy. When trading, be aware of the risks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IQ Profit Bot",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "default_locale": "en",
  "version": "3.2",
  "permissions": [
    "cookies"
  ],
  "host_permissions": [
    "https://*.iqoption.com/*",
    "https://*.iqbroker.com/*"
  ],
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_icon": {
      "32": "images/icon32.png"
    },
    "default_title": "__MSG_title__",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://kibertrader.com/*",
        "https://*.iqoption.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}