CryptoJunkie: latest crypto news & prices

CryptoJunkie: latest crypto news & prices

When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CryptoJunkie: latest crypto news & prices",
  "description": "When opening a new tab in Chrome, you'll see price tickers, recent updates, crypto memes & more! Bitcoin, Ethereum, Dash, Zcash",
  "manifest_version": 2,
  "version": "1.0.5",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/ https://www.youtube.com/ https://s.ytimg.com https://cdn.embedly.com/; object-src 'self'; child-src https://www.youtube.com/ https://s.ytimg.com https://cdn.embedly.com",
  "permissions": [
    "activeTab",
    "*://*.google-analytics.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}