Binary clock

Binary clock

Simple icon for showing current time in binary format. Shows only hours and minutes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Binary clock",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Simple icon for showing current time in binary format. Shows only hours and minutes",
  "background": {
    "scripts": [
      "js/background/icon.js"
    ]
  },
  "browser_action": {},
  "icons": {
    "19": "img/favicon-19.png",
    "48": "img/favicon-48.png"
  }
}