Apache Better Status Firefox

Examine source code of Apache Better Status

Inspect and view changes in Apache Better Status source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Apache Better Status",
  "version": "1.1",
  "description": "Adds sortable columns, filters, and a dark theme with auto-refresh to the Apache server-status page.",
  "author": "Borzou Mossavari",
  "developer": {
    "name": "Borzou Mossavari",
    "url": "https://www.oci8.com"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "http://*/server-status*",
    "https://*/server-status*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/server-status*",
        "https://*/server-status*"
      ],
      "js": [
        "sort.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "apache-better-status@oci8.com"
    }
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  }
}

Best Apache Better Status Alternatives

Here are some Firefox add-ons that are similar to Apache Better Status: