Fast Exchange Rate

Fast Exchange Rate

Fast access to current exchange rates directy from your web browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "13.1",
  "permissions": [
    "http://fastexrate.beling.pl/",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "default_locale": "pl",
  "web_accessible_resources": [
    "style.css"
  ]
}