BTCER - Bitcoin Exchange Rates

BTCER - Bitcoin Exchange Rates

Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.

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_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "1.5.5",
  "author": "[email protected]",
  "icons": {
    "16": "icons/icon-btc-simple-16.png",
    "48": "icons/icon-btc-simple-48.png",
    "128": "icons/icon-btc-simple-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-btc-simple-19.png",
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": true
  },
  "permissions": [
    "storage"
  ],
  "default_locale": "en"
}