World Clock Toolbar

World Clock Toolbar

EASY to access on your toolbar with a list of country that you visit often at a glance.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "World Clock Toolbar",
  "version": "1.2",
  "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.",
  "permissions": [
    "declarativeContent",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_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": 2
}