Crypto Prices

Crypto Prices

Real-time cryptocurrency price, market cap and rankings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crypto Prices",
  "version": "1.1.2",
  "manifest_version": 2,
  "description": "Real-time cryptocurrency price, market cap and rankings.",
  "browser_action": {
    "default_title": "Crypto Prices",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  }
}