IQ Assistant Pro

IQ Assistant Pro

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": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "default_locale": "en",
  "version": "2.4.3",
  "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"
  }
}