Bitcoin Tab

Bitcoin Tab

Replace new tab page with a crypto dashboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bitcoin Tab",
  "author": "Bitcoin Tab",
  "version": "1.1.6",
  "description": "Replace new tab page with a crypto dashboard",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {},
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "alarms",
    "storage"
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'"
}