World Clocks

World Clocks

Replace new tab page with simple and beautiful World Clocks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://maps.googleapis.com https://pagead2.googlesyndication.com https://googleads.g.doubleclick.net; object-src 'self'",
  "description": "Replace new tab page with simple and beautiful World Clocks",
  "icons": {
    "128": "images/touch/icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "World Clocks",
  "offline_enabled": true,
  "version": "0.71"
}