Floating Time Display Firefox

Examine source code of Floating Time Display

By: Eric
Inspect and view changes in Floating Time Display source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "0.4.3",
  "description": "__MSG_extensionName__",
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "browser_style": true,
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "48": "clock.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/lego_cale.js",
        "lib/react-16.13.1.umd.min.js",
        "lib/react-dom-16.13.1.umd.min.js",
        "js/utils.js",
        "js/widgets.js",
        "js/clock.js",
        "js/alert.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c2d8f0a2-5b5d-8e5a-8f9d-5b0a15dcf5cd}",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_data": false
      }
    }
  },
  "background": {
    "scripts": [
      "js/font.js",
      "js/utils.js",
      "js/background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ]
}

Best Floating Time Display Alternatives

Here are some Firefox add-ons that are similar to Floating Time Display: