Feel the Fee

Feel the Fee

Check out real-time gas fees on Ethereum in whatever currency you like

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Feel the Fee",
  "version": "1.3.1",
  "description": "Check out real-time gas fees on Ethereum in whatever currency you like",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "http://localhost:3000/*",
    "https://api.coingecko.com/*",
    "https://api.fee.finance/*"
  ],
  "manifest_version": 2
}