Coinbase cryptocurrency tracker

Coinbase cryptocurrency tracker

Crypto price tracker helps to check the Crypto prices quickly and easily.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Coinbase cryptocurrency tracker",
  "description": "Crypto price tracker helps to check the Crypto prices quickly and easily.",
  "version": "1.0.1.2",
  "background": {
    "service_worker": "serviceworker.js"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "logo/16.png",
      "32": "logo/32.png"
    },
    "default_title": "Coinbase cryptocurrency tracker",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "logo/16.png",
    "32": "logo/32.png",
    "48": "logo/48.png",
    "96": "logo/48.png",
    "128": "logo/128.png"
  },
  "host_permissions": [
    "https://api.binance.com/api/*"
  ]
}