USD, Euro, Russian Ruble, and Brent oil price

USD, Euro, Russian Ruble, and Brent oil price

US Dollar, Eur / Russian Ruble quote from Moex, brent oil price from ICE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "2.0.3",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "logo16.png",
    "24": "logo24.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "64": "logo64.png",
    "128": "logo128.png"
  },
  "default_locale": "ru",
  "background": {
    "scripts": [
      "scripts/settings.js",
      "scripts/tickers.js",
      "scripts/back.js"
    ]
  },
  "permissions": [
    "http://iss.moex.com/",
    "https://www.theice.com/",
    "alarms",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "logo16.png",
      "24": "logo24.png",
      "32": "logo32.png",
      "48": "logo48.png",
      "64": "logo64.png",
      "128": "logo128.png"
    },
    "default_title": "__MSG_noData__"
  },
  "options_page": "options.html"
}