DexTracker Ethereum Crypto Price Tracker

DexTracker Ethereum Crypto Price Tracker

Track crypto price for any ethereum tokens

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Track crypto price for any ethereum tokens",
  "version": "1.1.1",
  "manifest_version": 3,
  "name": "DexTracker Ethereum Crypto Price Tracker",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ],
  "permissions": [
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "https://dextracker.app/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}