Daily Crypto

Daily Crypto

Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Daily Crypto",
  "description": "Daily Crypto lets you add crypto tokens to easily track their prices, price change & 24h highs and lows in your new browser tab!",
  "version": "1.1",
  "chrome_url_overrides": {
    "newtab": "page.html"
  },
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_title": "Daily Crypto"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://api.coingecko.com; object-src 'self'",
  "icons": {
    "16": "images/dc_16.png",
    "48": "images/dc_48.png",
    "128": "images/dc_128.png"
  },
  "manifest_version": 2
}