Crypto Tracker

Crypto Tracker

Be up-to-date and track your favorite Cryptocurrencies movement.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Crypto Tracker",
  "options_page": "html/options.html",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2309",
  "action": {
    "default_icon": {
      "19": "images/CT-logo-19.png",
      "38": "images/CT-logo-38.png"
    },
    "default_popup": "html/main.html",
    "default_title": "Crypto Tracker"
  },
  "description": "Be up-to-date and track your favorite Cryptocurrencies movement.",
  "homepage_url": "https://github.com/dinhnerz/CryptoTracker#-crypto-tracker",
  "icons": {
    "19": "images/CT-logo-19.png",
    "38": "images/CT-logo-38.png",
    "128": "images/CT-logo-128.png"
  }
}