Maximarkets Trading Toolbar

Maximarkets Trading Toolbar

Start trading in the Forex market with the support Maximarkets Trading Toolbar.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "/lib/jquery-2.2.1.min.js",
      "/js/App.js",
      "/js/getDataMaxiMarket.js"
    ]
  },
  "browser_action": {
    "default_icon": "/img/icon128.png",
    "default_popup": "/html/popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "/lib/jquery-2.2.1.min.js",
        "/js/cs-tab.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "/lib/jquery-2.2.1.min.js"
      ],
      "matches": [
        "http://ipv4.google.com/sorry/*",
        "https://ipv4.google.com/sorry/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Start trading in the Forex market with the support Maximarkets Trading Toolbar.",
  "icons": {
    "128": "/img/icon128.png",
    "256": "/img/[email protected]"
  },
  "manifest_version": 2,
  "name": "Maximarkets Trading Toolbar",
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "storage",
    "notifications"
  ],
  "short_name": "Maximarkets Trading Toolbar",
  "version": "1.0.0.2",
  "web_accessible_resources": [
    "/img/*",
    "/html/*",
    "/css/*"
  ]
}