World Clock

World Clock

An extension which displays time in different timezones.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "World Clock",
  "description": "An extension which displays time in different timezones.",
  "version": "2.1",
  "author": "Rajasri Systems",
  "browser_action": {
    "default_icon": "images/worldclockfavicon.png",
    "default_popup": "index.html"
  },
  "background": {
    "page": "index.html"
  },
  "icons": {
    "16": "images/worldclockfavicon.png",
    "32": "images/worldclock32x32.png",
    "48": "images/worldclock48x48.png",
    "128": "images/worldclock128x128.png"
  }
}