Toggle Xdebug Firefox

Examine source code of Toggle Xdebug

By: Scheel
Inspect and view changes in Toggle Xdebug source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toggle Xdebug",
  "version": "1.0.1",
  "license": "MIT",
  "description": "Toggle Xdebug cookie for debugging PHP applications",
  "permissions": [
    "cookies",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-grey-16.png",
      "32": "icons/icon-grey-32.png",
      "48": "icons/icon-grey-48.png",
      "128": "icons/icon-grey-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-grey-16.png",
    "32": "icons/icon-grey-32.png",
    "48": "icons/icon-grey-48.png",
    "128": "icons/icon-grey-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "xdebug@mortenscheel.com",
      "strict_min_version": "140.0"
    }
  }
}

Best Toggle Xdebug Alternatives

Here are some Firefox add-ons that are similar to Toggle Xdebug: