Anytime Anywhere

Anytime Anywhere

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 Anywhere",
  "short_name": "Anytime Anywhere",
  "version": "1.0.0",
  "description": "Know the date and time around the world, Anytime Anywhere",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png"
  },
  "author": "ADittude",
  "action": {
    "browser_style": false,
    "default_title": "Anytime Anywhere"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  }
}