Live Forex Rate

Live Forex Rate

Live Foreign Exchange Rate

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Live Forex Rate",
  "description": "Live Foreign Exchange Rate",
  "version": "1.2",
  "permissions": [
    "http://rates.fxcm.com/RatesXML"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "minimum_chrome_version": "23",
  "update_url": "https://clients2.google.com/service/update2/crx"
}