GasBest Gas Price Tracker

GasBest Gas Price Tracker

Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GasBest Gas Price Tracker",
  "description": "Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts",
  "version": "0.6.1",
  "manifest_version": 3,
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications"
  ]
}