TxStreet ETH Gas Prices

TxStreet ETH Gas Prices

Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TxStreet ETH Gas Prices",
  "version": "1.2.0",
  "description": "Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon-16x16.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2
}