World Clock Extension

World Clock Extension

Present various world clocks on your new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "World Clock Extension",
  "description": "Present various world clocks on your new tab!",
  "manifest_version": 3,
  "version": "1.0.6",
  "chrome_url_overrides": {
    "newtab": "forms.html"
  },
  "action": {
    "default_title": "World Clock",
    "default_icon": "/icons/48.png"
  },
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/48.png"
  }
}