BitTab: Bitcoin New Tab Page

BitTab: Bitcoin New Tab Page

A minimalistic new tab extension for Bitcoin enthusiasts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BitTab: Bitcoin New Tab Page",
  "short_name": "BitTab",
  "author": "Mark Miller",
  "homepage_url": "https://github.com/zvphy/BitTab",
  "description": "A minimalistic new tab extension for Bitcoin enthusiasts.",
  "version": "1.0.1",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_page": "src/html/options.html",
  "browser_action": {
    "default_icon": "/icons/icon16.png",
    "default_popup": "src/html/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "src/html/newtab.html"
  },
  "permissions": [
    "storage"
  ]
}