My world clock

My world clock

Get some major cities time on your Chrome New Tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "My world clock",
  "description": "Get some major cities time on your Chrome New Tab!",
  "version": "1.0.3",
  "chrome_url_overrides": {
    "newtab": "newTab/newtab.html"
  },
  "icons": {
    "16": "public/icon.png",
    "32": "public/icon.png",
    "48": "public/icon.png",
    "128": "public/icon.png"
  }
}