Bitcoin (BTC) Price Ticker

Bitcoin (BTC) Price Ticker and other utilities around Bitcoin
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bitcoin (BTC) Price Ticker",
  "short_name": "Bitcoin (BTC) Price",
  "description": "Bitcoin (BTC) Price Ticker and other utilities around Bitcoin",
  "version": "1.0.2resigned1",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "author": "Taha Tawfik <[email protected]>",
  "icons": {
    "128": "icon.png"
  },
  "web_accessible_resources": [
    "icon.png"
  ],
  "permissions": [
    "background",
    "notifications",
    "storage",
    "https://api.coinmarketcap.com/",
    "http://www.ecb.europa.eu/"
  ],
  "applications": {
    "gecko": {
      "id": "cpcnbnofbhmpimepokdpmoomejafefhb@chrome-store-foxified-309571601"
    }
  }
}