Vertcoin Price Ticker

Vertcoin Price Ticker

MultiExchange Price Ticker for Vertcoin (VTC)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Vertcoin Price Ticker",
  "short_name": "VTC Ticker",
  "description": "MultiExchange Price Ticker for Vertcoin (VTC)",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "http://pubapi.cryptsy.com/",
    "https://poloniex.com/public",
    "https://bittrex.com/api",
    "http://data.bter.com/api"
  ],
  "version": "1.1.0"
}