Earth Clock

Earth Clock

24-Hour Earth Clock: Visualize time naturally as the cycle of a day from sunrise to sunset for cities all around the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Earth Clock",
  "version": "1.0",
  "description": "24-Hour Earth Clock: Visualize time naturally as the cycle of a day from sunrise to sunset for cities all around the world.",
  "permissions": [],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "icon.png"
  }
}