clock o clock | new tab clock screensaver

clock o clock | new tab clock screensaver

Replace the new tab page with a unique new tab clock. Also serves as a clock screensaver.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.3.0",
  "manifest_version": 3,
  "icons": {
    "16": "favicons/favicon-16x16.png",
    "32": "favicons/favicon-32x32.png",
    "192": "favicons/L0/logo192.png",
    "512": "favicons/L0/logo512.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_title": "Click to open a new tab"
  },
  "background": {
    "service_worker": "service_worker.js",
    "type": "module"
  },
  "permissions": [],
  "host_permissions": [
    "https://google.com/*"
  ]
}