Wait But Why Life Calendar

Wait But Why Life Calendar

A New Tab extension that shows you how much of your life you've lived.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Wait But Why Life Calendar",
  "version": "1.04",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "description": "A New Tab extension that shows you how much of your life you've lived.",
  "author": "[email protected]"
}