Clock Tab by Scamah

Clock Tab by Scamah

This plugin will replace the default new tab with a customizeable clock and date.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clock Tab by Scamah",
  "description": "This plugin will replace the default new tab with a customizeable clock and date.",
  "version": "3.3",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "clockTab.html"
  },
  "web_accessible_resources": [
    "*.png",
    "*.ttf"
  ],
  "manifest_version": 2,
  "icons": {
    "16": "Icon/Icon16.png",
    "48": "Icon/Icon48.png",
    "128": "Icon/Icon128.png"
  }
}