Cryptocurrency Finance Price Tracker

Cryptocurrency Finance Price Tracker

Top cryptocurrency prices and charts listed by market capitalization. Free access to current / historic data for thousands of coins.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/16.png"
  },
  "name": "__MSG_name__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "offline_enabled": true,
  "container": "GOOGLE_DRIVE",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}