Binary Tab

Binary Tab

Replace the new tab page with a minimal binary clock

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Binary Tab",
  "description": "Replace the new tab page with a minimal binary clock",
  "version": "1.90",
  "permissions": [
    "storage",
    "geolocation",
    "bookmarks"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}