Just Ethereum Ticker [PRO]

Just Ethereum Ticker [PRO]

Super lightweight minimalist extension that displays the current Ethereum price in USD. Bitcoin price pulled from Coingecko's v3…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Just Ethereum Ticker [PRO]",
  "version": "3.0.0",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "action": {
    "default_icon": "icon-48.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}