DeFi Saver Gas Prices Extension

DeFi Saver Gas Prices Extension

Ethereum gas prices extension with dark and light modes and 7-day historical data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "DFS Gas Prices Extension",
  "name": "DeFi Saver Gas Prices Extension",
  "manifest_version": 3,
  "description": "Ethereum gas prices extension with dark and light modes and 7-day historical data.",
  "version": "0.5.1",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icon-green-16.png",
      "32": "images/icon-green-32.png",
      "48": "images/icon-green-48.png",
      "128": "images/icon-green-128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "https://app.defisaver.com/*"
  ]
}