Good Times - Time Zone Clocks

Good Times - Time Zone Clocks

Browser button that displays time zone clocks

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Good Times - Time Zone Clocks",
  "version": "2.1",
  "description": "Browser button that displays time zone clocks",
  "author": "Scott Schaffer",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Good Times"
  },
  "permissions": [
    "storage"
  ]
}