TimeNow

TimeNow

Allowing users to easily track the current time across different regions of the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TimeNow",
  "description": "Allowing users to easily track the current time across different regions of the world.",
  "version": "2.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "images/logo.png"
  },
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "64": "images/64x64.png",
    "128": "images/128x128.png"
  }
}