Examine source code of Eventsource Monitor

Inspect and view changes in Eventsource Monitor source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "Add debug capabilities for event sources to devtools",
  "manifest_version": 2,
  "name": "EventSource Monitor",
  "version": "1.2",
  "author": "Bastian Rihm",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "devtools_page": "devtools/devtools-page.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{72240741-88dc-431c-9dab-89e7b2c1565d}"
    }
  }
}