Phaser Debugger Firefox

Examine source code of Phaser Debugger

By: Ariorh
Inspect and view changes in Phaser Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Phaser Debugger",
  "description": "Debug tool for Phaser 3",
  "version": "0.2.7",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "inject.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.js",
        "interceptor.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{923d14e5-ae34-4093-9edb-65e0f84f9154}"
    }
  }
}

Best Phaser Debugger Alternatives

Here are some Firefox add-ons that are similar to Phaser Debugger: