Timeline clock

Timeline clock

The Timeline clock displays the current time in a continuous timeline. This allows you to keep a closer eye on the advancing time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Timeline clock",
  "version": "1.0.0",
  "description": "The Timeline clock displays the current time in a continuous timeline. This allows you to keep a closer eye on the advancing time.",
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}