Toolbar Clock Firefox

Examine source code of Toolbar Clock

Inspect and view changes in Toolbar Clock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toolbar Clock",
  "version": "1.1.0",
  "description": "Shows an analog clock icon and opens a digital clock popup.",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": false
  },
  "browser_action": {
    "default_title": "Current time",
    "default_icon": "icons/clock.svg",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icons/clock.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "toolbar-clock@md2perpe.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Toolbar Clock Alternatives

Here are some Firefox add-ons that are similar to Toolbar Clock: