Weeks in a life

Weeks in a life

Weeks in Life (opens in new tab) is a Google Chrome extension that brings awareness to the value of time and encourages you to live…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.2",
  "name": "Weeks in a life",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons16.png",
    "32": "icons32.png",
    "48": "icons48.png",
    "128": "icons128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}