Digital Clock Screen

Digital Clock Screen

This Extension display the local time on the default screen of user's browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Digital Clock Screen",
  "version": "0.0.1",
  "manifest_version": 3,
  "icons": {
    "128": "logo.png"
  },
  "chrome_url_overrides": {
    "newtab": "popup.html"
  }
}