IQAutobot — IQ Option Robot

IQAutobot — IQ Option Robot

Robot for IQ Option platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IQAutobot — IQ Option Robot",
  "description": "Robot for IQ Option platform",
  "version": "1.0",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "IQAutobot — IQ Option Robot"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://iqoption.com/*",
        "https://tr-iqoption.com/*",
        "https://id-iqoption.com/*",
        "https://iqautobot.com/reg/*"
      ],
      "js": [
        "analytics.js",
        "jquery.js",
        "fontawesome.js",
        "jquery.formstyler.js",
        "sweetalert2.min.js",
        "popper.min.js",
        "bootstrap.min.js",
        "main.js",
        "background.js"
      ],
      "run_at": "document_end",
      "css": [
        "css/style.css",
        "css/sweetalert2.min.css",
        "css/animate.css",
        "css/jquery.formstyler.css",
        "css/jquery.formstyler.theme.css",
        "css/bootstrap.min.css"
      ]
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "color.js"
    ]
  },
  "web_accessible_resources": [
    "/iqbot.html",
    "/reg.html"
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "cookies",
    "webNavigation",
    "https://api.myip.com/*",
    "https://iqoption.com/*",
    "https://tr-iqoption.com/*",
    "https://id-iqoption.com/*",
    "https://iqautobot.com/reg/*",
    "https://tracker.affiliate.iqoption.com/*",
    "https://tracker.affiliate.tr-iqoption.com/*",
    "https://tracker.affiliate.id-iqoption.com/*"
  ]
}