Anytime Wherever

Anytime Wherever

Know the date and time around the world, Anytime Anywhere

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Anytime Wherever",
  "short_name": "Anytime Wherever",
  "version": "1.0.1",
  "description": "Know the date and time around the world, Anytime Anywhere",
  "icons": {
    "64": "icons/64.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "background": {
    "service_worker": "background/bg-loader.js"
  }
}