Ticker: A Minimal Clock for Your New Tab Page

Ticker: A Minimal Clock for Your New Tab Page

A tidy little clock for your new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ticker: A Minimal Clock for Your New Tab Page",
  "short_name": "Ticker",
  "version": "4",
  "description": "A tidy little clock for your new tab page.",
  "offline_enabled": true,
  "icons": {
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}