BTC Ticker | Bitcoin Ticker

BTC Ticker | Bitcoin Ticker

Bitcoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.

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_name__",
  "short_name": "BTC Ticker",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "options_page": "options.html",
  "background": {
    "page": "bg.html"
  },
  "browser_action": {
    "default_icon": "images/icon-48.png",
    "default_popup": "popup.html",
    "default_title": "Click to update price now"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://d33t3vvu2t2yu5.cloudfront.net/tv.js; object-src 'self';",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "notifications",
    "http://allcrypto.info/*"
  ],
  "version": "1.4.0.1"
}