BTC monitor

BTC monitor

The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). The…

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_extension_name__",
  "version": "4.0.2",
  "browser_action": {
    "default_icon": "img/icon_orange.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "icons": {
    "16": "img/btc_icon.png",
    "48": "img/btc_icon_48x48.png",
    "128": "img/btc_icon.png"
  },
  "permissions": [
    "notifications",
    "https://wex.nz/*",
    "https://yobit.net/*",
    "https://exmo.com/*",
    "https://kucoin.com/*",
    "https://www.bitstamp.net/*",
    "https://www.okcoin.com/*"
  ]
}