MDN Uptime Firefox

Examine source code of MDN Uptime

By: Nabendu
Inspect and view changes in MDN Uptime source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MDN Uptime",
  "description": "This addon shows the time for any MDN website to come up",
  "version": "2.1resigned1",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Show MDN speed",
    "default_icon": {
      "96": "logo_96.png"
    }
  },
  "background": {
    "scripts": [
      "app/background.js"
    ]
  },
  "icons": {
    "48": "logo_48.png",
    "96": "logo_96.png"
  },
  "permissions": [
    "webRequest",
    "*://developer.mozilla.org/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f7a423e4-3a20-4671-9b84-3f82159eb9d3}"
    }
  }
}

Best MDN Uptime Alternatives

Here are some Firefox add-ons that are similar to MDN Uptime: