Just a Clock - the Minutes

Just a Clock - the Minutes

A simple digital clock for the toolbar. This is JUST THE MINUTES. Pair with the hours for an awesome readable clock in your toolbar!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "0.93.6",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "iconSmall.png",
    "32": "iconWin.png",
    "48": "iconMed.png",
    "128": "iconBig.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "19": "0-19.png",
      "38": "0-38.png"
    }
  },
  "background": {
    "scripts": [
      "setMinutes.js"
    ]
  },
  "offline_enabled": true,
  "options_page": "options.html"
}