World Clocks New Tab

World Clocks New Tab

World Clocks New Tab - See multiple analog clocks with different timezones on a new tab

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 Clocks New Tab",
  "short_name": "World Clocks",
  "version": "2.1.1",
  "description": "World Clocks New Tab - See multiple analog clocks with different timezones on a new tab",
  "author": "Alexander Odell <[email protected]>",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "offline_enabled": true,
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  }
}