ColorClock New Tab

ColorClock New Tab

A beautiful & minimalistic NewTab page featuring a color clock.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.3",
  "name": "ColorClock New Tab",
  "short_name": "ColorClock",
  "description": "A beautiful & minimalistic NewTab page featuring a color clock.",
  "author": "Aahlad Madireddy",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "chrome://favicon/",
    "topSites",
    "bookmarks"
  ],
  "icons": {
    "32": "SmallIcon.png",
    "64": "Icon64.png",
    "128": "Icon.png"
  }
}