GAS Pod

GAS Pod

A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.9",
  "name": "GAS Pod",
  "description": "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative. ",
  "icons": {
    "16": "logo_ethereum_16.png",
    "48": "logo_ethereum_48.png",
    "128": "logo_ethereum_128.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "GAS Pod"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "alarms",
    "storage"
  ]
}