CryptoTabs

CryptoTabs

Real-time crypto prices in your new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CryptoTabs",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Real-time crypto prices in your new tab.",
  "icons": {
    "128": "cryptotabs-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "extension.html"
  }
}