Go Home Countdown

Go Home Countdown

With every new tab open, find out long until you can leave work and go home.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Go Home Countdown",
  "permissions": [],
  "version": "0.6",
  "description": "With every new tab open, find out long until you can leave work and go home.",
  "chrome_url_overrides": {
    "newtab": "gohome.html"
  }
}