The Worldwide Clocks

The Worldwide Clocks

The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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"
  ]
}