Fireth

Fireth

The most efficient Ethereum GAS price tracker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fireth",
  "description": "The most efficient Ethereum GAS price tracker",
  "version": "0.0.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon2.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://www.etherchain.org/api/gasPriceOracle",
    "https://www.gasnow.org/api/v3/gas/price?utm_source=ssw",
    "https://ethgasstation.info/api/ethgasAPI.json",
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "jquery-3.5.1.min.js",
      "web3.js",
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self' ;"
}