Top Trending Coin Info

Top Trending Coin Info

Introducing our new Chrome extension, the Top Trend Coin of the Day! This extension is a must-have for anyone who wants to stay on…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Top Trending Coin Info",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon128.png"
  },
  "permissions": [
    "https://api.coingecko.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  }
}