PocketOption free robot USDHunter

PocketOption free robot USDHunter

ربات معامله گر رایگان برای بروکر پاکت آپشن

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PocketOption free robot USDHunter",
  "author": "usdhunter",
  "homepage_url": "https://USDHunter.com/",
  "version": "2.1",
  "description": "ربات معامله گر رایگان برای بروکر پاکت آپشن",
  "icons": {
    "128": "img/logo_128.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "history",
    "tabs",
    "*://*.pocketoption.com/*",
    "*://*.po.trade/*",
    "https://pocketoptionrobot.ru/*"
  ],
  "browser_action": {
    "default_title": "PocketOption free robot USDHunter",
    "default_icon": "img/logo_128_disbl.png"
  },
  "content_security_policy": "script-src 'self' https://usdhunter.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*.pocketoption.com/*",
        "*://*.po.trade/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery.js",
        "js/initiate.js"
      ],
      "css": [
        "css/platform.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js"
    ]
  }
}