Bit Itch

Bit Itch

Bitcoin ticker with color badge updates and price change information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bit Itch",
  "description": "Bitcoin ticker with color badge updates and price change information.",
  "version": "1.3.3",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "bitcoin128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://api.bitcoincharts.com/",
    "https://api.coindesk.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}