New Tab Countdown

New Tab Countdown

Countdown time remaining in the day, week, month, year, or a custom date.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab Countdown",
  "description": "Countdown time remaining in the day, week, month, year, or a custom date.",
  "version": "2.3.3",
  "manifest_version": 2,
  "icons": {
    "48": "extension-icons/Clock-48.png",
    "128": "extension-icons/Clock-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}