Bitcoin Dashboard

Bitcoin Dashboard

Get live updates on price, news, and key network metrics.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Bitcoin Dashboard",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "description": "Get live updates on price, news, and key network metrics.",
  "version": "0.1.2",
  "manifest_version": 3,
  "icons": {
    "128": "bm-logo.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Bitcoin Dashboard"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src https://* data: blob: filesystem:;"
  },
  "host_permissions": [
    "*://bitcoinmagazine.com/*"
  ],
  "permissions": [
    "webRequest"
  ]
}