World Clock

World Clock

Add world clock of your choice, and keep up to date with time of any place!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "World Clock",
  "short_name": "World Clock",
  "version": "1.0.0",
  "description": "Add world clock of your choice, and keep up to date with time of any place!",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png"
  },
  "action": {
    "browser_style": false,
    "default_title": "World Clock"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "permissions": [
    "storage"
  ]
}