World Clock (Digital and Analog) Firefox

Examine source code of World Clock (Digital and Analog)

Inspect and view changes in World Clock (Digital and Analog) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Stylish World Clock",
  "description": "Stylish World Clock - Displays a list of World Clocks with customizable skins.",
  "version": "3.5",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Stylish World Clock",
    "default_popup": "popup/stylish-world-clock.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+1"
      },
      "description": "Stylish World Clock - Displays a list of World Clocks with customizable skins."
    }
  },
  "options_ui": {
    "page": "options/options.html"
  }
}

Best World Clock (Digital and Analog) Alternatives

Here are some Firefox add-ons that are similar to World Clock (Digital and Analog):