Trading Bot GoodwinBit

Trading Bot GoodwinBit

Trading robot for automatic trading on a option Cryptobo.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "4.1.4.0",
  "author": "dr.Nimnuln",
  "icons": {
    "16": "cbo16.png",
    "48": "cbo48.png",
    "128": "cbo.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "web_accessible_resources": [
    "sounds/*.ogg"
  ],
  "default_locale": "en_US",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_title": "__MSG_ext_default_title__",
    "default_icon": "cbo.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "https://trading.cryptobo.com/*",
        "https://*.tradingview.com/*"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "cookies",
    "contextMenus",
    "https://*.tradingview.com/*",
    "https://goodwinbit.ru/*",
    "https://trading.cryptobo.com/*"
  ]
}