World Clocks

World Clocks

World Clock. It displays multiple world clocks that you can add, remove, sort and edit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_APP_TITLE__",
  "description": "__MSG_APP_DESCRIPTION__",
  "version": "0.5",
  "manifest_version": 2,
  "default_locale": "en",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon_16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  }
}