Bitcoin Price

Bitcoin Price

Price of Bitcoin in USD and other major currencies. Powered by the CoinGecko API, this extension does two things: One, it shows…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Bitcoin Price",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [],
  "browser_action": {
    "default_icon": "48.png"
  }
}