CryptoX - Crypto Price Tracker

CryptoX - Crypto Price Tracker

Get the real time prices (in USD) of the top ten cryptocurrencies according to market cap.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Cryptocurrency Price Tracker",
  "version": "2.1.3resigned1",
  "description": "Get the real time prices of top ten cryptocurrency ",
  "manifest_version": 2,
  "icons": {
    "16": "files/img/icon.png",
    "48": "files/img/icon.png",
    "128": "files/img/icon.png"
  },
  "browser_action": {
    "default_icon": "files/img/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "files/js/popup.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}