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!

Merlin
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.2",
  "chrome_url_overrides": {
    "newtab": "page.html"
  },
  "action": {
    "default_icon": "images/logo.png",
    "default_title": "Daily Crypto"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "icons": {
    "16": "images/dc_16.png",
    "48": "images/dc_48.png",
    "128": "images/dc_128.png"
  },
  "manifest_version": 3
}