Ripple (XRP/BTC) Price Ticker

Ripple (XRP/BTC) Price Ticker

This extension shows XRP price in BTC from bittrex exchange

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ripple (XRP/BTC) Price Ticker",
  "description": "This extension shows XRP price in BTC from bittrex exchange",
  "version": "1.1.4",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/ubq.png"
  },
  "permissions": [
    "notifications"
  ],
  "web_accessible_resources": [
    "images/ubq.png"
  ],
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "options_page": "options.html"
}