Time Icon

Time Icon

View the current time from the chrome extension bar. Right click on the time icon for the full date.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Time Icon",
  "version": "1.2.2",
  "permissions": [
    "alarms",
    "storage"
  ],
  "description": "View the current time from the chrome extension bar. Right click on the time icon for the full date.",
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "options_page": "options.html",
  "action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 3
}