EyeOnCrypto

EyeOnCrypto

EyeOnCrypto tells you the current price of top cryptocurrencies

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "EyeOnCrypto",
  "description": "EyeOnCrypto tells you the current price of top cryptocurrencies",
  "version": "3.0.0",
  "action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}