Minimal Digital Clock Firefox

Examine source code of Minimal Digital Clock

By: notetau
Inspect and view changes in Minimal Digital Clock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Minimal Digital Clock",
  "version": "1.2",
  "author": "notetau",
  "description": "Adds minimal digital clock in Toolbar",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_area": "navbar",
    "default_icon": "none.png",
    "default_popup": "popup.html",
    "default_title": "digital clock"
  },
  "background": {
    "scripts": [
      "badge-clock.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage"
  ]
}

Best Minimal Digital Clock Alternatives

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