Trading tools

Trading tools

Our new product gives you the opportunity to track movements of the currency pairs in real time and observe upcoming world events.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trading tools",
  "description": "Our new product gives you the opportunity to track movements of the currency pairs in real time and observe upcoming world events.",
  "manifest_version": 2,
  "version": "1.0",
  "icons": {
    "16": "img/16x16.png",
    "32": "img/32x32.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "img/48x48.png"
    },
    "default_title": "Trading tools",
    "default_popup": "popup.html"
  }
}