ICYMT

ICYMT

Replace the new tab page with a new page that shows day, week, month, and year progress.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ICYMT",
  "short_name": "ICYMT",
  "version": "0.3",
  "description": "Replace the new tab page with a new page that shows day, week, month, and year progress.",
  "permissions": [
    "activeTab"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "icons/time-passing-16.png",
    "128": "icons/time-passing-128.png"
  },
  "manifest_version": 2
}