Trade4.me Binary Options Autotrader

Trade4.me Binary Options Autotrader

This chrome extension is a binary options autotrader for the Trade4.me social trading network.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trade4.me Binary Options Autotrader",
  "description": "This chrome extension is a binary options autotrader for the Trade4.me social trading network.",
  "background": {
    "page": "background.html"
  },
  "version": "10.6",
  "icons": {
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-19R.png",
    "default_popup": "login/login_panel.html",
    "default_title": "Trade4me login"
  },
  "permissions": [
    "activeTab",
    "notifications",
    "storage",
    "unlimitedStorage",
    "tabs",
    "https://ajax.googleapis.com/",
    "https://trade4.me/*",
    "http://*.pubnub.com/*"
  ]
}