Forex analytics

Forex analytics

Using this tool, you will always keep abreast of current events on the forex market.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Forex analytics",
  "description": "Using this tool, you will always keep abreast of current events on the forex market.",
  "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": "Forex analytics",
    "default_popup": "popup.html"
  }
}