The Worldwide Clocks

The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "The Worldwide Clocks",
  "short_name": "The Worldwide Clocks",
  "description": "The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.",
  "version": "1.2",
  "author": "TheJimIT",
  "icons": {
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}