Cointelegraph — Bitcoin & Ethereum News

Cointelegraph — Bitcoin & Ethereum News

Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cointelegraph — Bitcoin & Ethereum News",
  "version": "1.1.0",
  "description": "Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.",
  "author": "Cointelegraph",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "<all_urls>",
    "*://*.cointelegraph.com/*",
    "background",
    "storage",
    "alarms"
  ],
  "browser_action": {
    "default_title": "Cointelegraph News",
    "default_popup": "pages/popup.html"
  },
  "background": {
    "persistent": true,
    "page": "pages/background.html"
  },
  "options_page": "pages/options.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "js/content.js",
    "js/analytics.js"
  ]
}