Ethereum Price Ticker

Ethereum Price Ticker

Tracks Ethereum Price

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ethereum Price Ticker",
  "version": "1.0",
  "description": "Tracks Ethereum Price",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://pro-api.coinmarketcap.com/",
    "https://api.coingecko.com/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "ethereum.png"
  },
  "options_page": "options.html",
  "icons": {
    "16": "ethereum.png",
    "48": "ethereum.png",
    "128": "ethereum.png"
  }
}