Crypto Price Tracker Pro

Crypto Price Tracker Pro

Track Crypto Prices in real-time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Crypto Price Tracker Pro",
  "description": "Track Crypto Prices in real-time",
  "version": "1.0.1",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo16.png",
      "24": "images/logo24.png",
      "32": "images/logo32.png",
      "64": "images/logo64.png",
      "128": "images/logo128.png",
      "256": "images/logo256.png",
      "512": "images/logo512.png"
    }
  },
  "permissions": []
}