Binary Clock

Binary Clock

Making clocks harder to read, one bit at a time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Binary Clock",
  "description": "Making clocks harder to read, one bit at a time.",
  "author": "Jeffrey Pierce",
  "homepage_url": "http://github.com/jeffreypierce/binary-clock",
  "icons": {
    "128": "icon_128.png"
  },
  "version": "0.0.2",
  "permissions": [
    "tabs"
  ],
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}