Server Events Viewer Firefox

Examine source code of Server Events Viewer

Inspect and view changes in Server Events Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Server Events Viewer",
  "version": "1.0.0",
  "description": "Monitor Server-Sent Events on any page in real time. Available in English and Hindi.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{be818a3b-16bf-4e3b-82c5-5b00d9a9d4e5}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/icon16.png",
      "32": "assets/icon32.png",
      "48": "assets/icon48.png",
      "96": "assets/icon96.png",
      "128": "assets/icon128.png"
    },
    "default_title": "Server Events Viewer",
    "default_popup": "lib/popup.html"
  },
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "48": "assets/icon48.png",
    "96": "assets/icon96.png",
    "128": "assets/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Server Events Viewer Alternatives

Here are some Firefox add-ons that are similar to Server Events Viewer: