Life Clock New Tab Page

Life Clock New Tab Page

View how many weeks have passed in your life so far

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Life Clock New Tab Page",
  "version": "1.0.0",
  "description": "View how many weeks have passed in your life so far",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "/images/icon16.png",
    "32": "/images/icon32.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  }
}