Hex Clock

Hex Clock

Color changing clock based on current time converted to hex color codes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hex Clock",
  "description": "Color changing clock based on current time converted to hex color codes",
  "version": "0.3.1",
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}