Bitcoin News

Bitcoin News

Get the best and latest news from Bitcoin News, along with some important Bitcoin metrics.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bitcoin News",
  "version": "1.2.8",
  "description": "Get the best and latest news from Bitcoin News, along with some important Bitcoin metrics.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "https://bitcoinnews.com/feed/gn"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "script-src": [
      "https://bitcoinnews.com/feed/gn"
    ]
  },
  "action": {
    "default_icon": "icon128.png",
    "default_title": "Bitcoin News - Insights, Opinions And Reports Straight From The Source",
    "default_popup": "popup.html"
  }
}