Color Clock

Color Clock

Clock that uses hex numbers to display the color that correlates with the exact time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Color Clock",
  "description": "Clock that uses hex numbers to display the color that correlates with the exact time.",
  "version": "1.0",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "public/index.html"
  }
}