BitCoin Ticker

BitCoin Ticker

Follow BitCoin Exchange Rates in Real Time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "bitcoin.png",
    "default_popup": "bitcoin.html"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Follow BitCoin Exchange Rates in Real Time",
  "name": "BitCoin Ticker",
  "permissions": [
    "http://blockchain.info/ticker"
  ],
  "manifest_version": 2,
  "version": "0.1"
}