Blocknative Gas Fee Estimator for ETH & MATIC

Blocknative Gas Fee Estimator for ETH & MATIC

Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blocknative Gas Fee Estimator for ETH & MATIC",
  "description": "Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.",
  "version": "0.8.12",
  "manifest_version": 3,
  "icons": {
    "48": "public/icons/bn-logo-chrome-48.png",
    "128": "public/icons/bn-logo-chrome-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/popup.html"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "optional_permissions": [
    "notifications"
  ]
}