Analog Toolbar Clock CE-7

Analog Toolbar Clock CE-7

Show the current time like analog clock face on toolbar and small calendar on popup window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Analog Toolbar Clock CE-7",
  "version": "1.0",
  "background": {
    "scripts": [
      "base.js"
    ]
  },
  "description": "Show the current time like analog clock face on toolbar and small calendar on popup window.",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}