Web Server Check Tool Firefox

Examine source code of Web Server Check Tool

Inspect and view changes in Web Server Check Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "3.0",
  "author": "Michael Talbot",
  "applications": {
    "gecko": {
      "id": "wsvrchecktool@mtalbot.addons.mozilla.org",
      "strict_min_version": "78.0"
    }
  },
  "icons": {
    "16": "content/images/icon16.png",
    "24": "content/images/icon24.png",
    "32": "content/images/icon32.png",
    "48": "content/images/icon48.png",
    "64": "content/images/icon64.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "content/background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "content/images/icon16.png",
      "24": "content/images/icon24.png",
      "32": "content/images/icon32.png",
      "48": "content/images/icon48.png",
      "64": "content/images/icon64.png"
    },
    "default_title": "__MSG_extensionName__"
  },
  "permissions": [
    "clipboardWrite",
    "<all_urls>"
  ]
}

Best Web Server Check Tool Alternatives

Here are some Firefox add-ons that are similar to Web Server Check Tool: