Crypto Pulse

Crypto Pulse

Crypto Pulse shows you cryptocurrency price charts, news, and market sentiment every time you load a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Crypto Pulse",
  "version": "1.1",
  "description": "Crypto Pulse shows you cryptocurrency price charts, news, and market sentiment every time you load a new tab.",
  "background": {
    "scripts": [
      "app.js"
    ],
    "persistent": false
  },
  "permissions": [
    "https://*.cryptocompare.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}