Bitcoin Price

Bitcoin Price

A tool to show Bitcoin price, desktop notifications, and Bitcoin news

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bitcoin Price",
  "description": "A tool to show Bitcoin price, desktop notifications, and Bitcoin news",
  "version": "1.7",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon.png"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-1.10.2.min.js",
      "js/info.js",
      "js/fetchPrice.js",
      "js/utils.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "notifications",
    "https://api.coinmarketcap.com/*",
    "https://www.binance.com/*",
    "https://fxhapi.feixiaohao.com/*",
    "https://coinmarketcap.com/*",
    "http://api.jinse.com/",
    "https://x.btckan.com/",
    "https://graphs2.coinmarketcap.com/*"
  ]
}