Gastly | Ethereum Gas Tool

Gastly | Ethereum Gas Tool

Gastly is a browser extension providing real-time gas prices for the Ethereum network. Along with gas prices, spot rates of various ETH markets are provided as well as estimation of fees for different types of Ethereum transactions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Gastly",
  "description": "Gastly is a utility chrome extension providing real-time gas prices for the Ethereum network.",
  "version": "1.3.1",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Current ETH Gas Prices",
    "default_icon": "gastly-med.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "app/lodash.js",
      "app/background.js"
    ]
  },
  "icons": {
    "16": "gastly-med.png",
    "48": "gastly-med.png",
    "128": "gastly-med.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{360effa9-a382-445b-991c-f0e10f581794}"
    }
  }
}