PocketOption Robot USD Hunter

PocketOption Robot USD Hunter

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

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 Robot USD Hunter",
  "author": "usdhunter-new",
  "homepage_url": "https://USDHunter.com/",
  "version": "1.2.7",
  "description": "ربات معامله گر برای بروکر پاکت آپشن",
  "icons": {
    "128": "img/logo_128.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "activeTab",
    "tabs",
    "*://*.pocketoption.com/*",
    "*://*.po.trade/*"
  ],
  "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"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "config/config.json"
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/socket.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_title": "PocketOption robot USD Hunter",
    "default_icon": "img/logo_128_disbl.png",
    "default_popup": "html/login.html"
  }
}