World Clock Toolbar 2.0

EASY to access on your toolbar with a list of country that you visit often at a glance.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "World Clock Toolbar 2.0",
  "version": "2",
  "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.",
  "permissions": [
    "declarativeContent",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/earthclock_16.png",
      "32": "images/earthclock_32.png",
      "48": "images/earthclock_48.png",
      "128": "images/earthclock_128.png"
    }
  },
  "icons": {
    "16": "images/earthclock_16.png",
    "32": "images/earthclock_32.png",
    "48": "images/earthclock_48.png",
    "128": "images/earthclock_128.png"
  },
  "manifest_version": 3
}