Polygon-Matic Gas Tracker

Polygon-Matic Gas Tracker

An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Polygon-Matic Gas Tracker",
  "description": "An app to track Polygon gas prices compliant with EIP-1559. Has real-time block streaming. Displays real-time price information",
  "version": "1.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "logo-small.png",
    "32": "logo-small.png",
    "48": "logo-small.png",
    "128": "logo-small.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; connect-src 'self' wss://polygon-mainnet.g.alchemy.com/v2/Wq8pHfawsfS8L426HyXtx6GcPM0c1bPp https://api.coingecko.com/api/v3/simple/price https://gasstation-mainnet.matic.network/; object-src 'self'"
  },
  "permissions": [
    "alarms"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "logo-small.png"
  }
}