Xdebug Session Cookie

Xdebug Session Cookie

This addon is for PHP developers that use tools with XDEBUG support.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Xdebug Session Cookie",
  "version": "1.3resigned1",
  "description": "Adds cookie that enables XDEBUG SESSION for php xdebug.",
  "homepage_url": "https://github.com/kudlatyamroth/xdebug-session-cookie",
  "icons": {
    "64": "icons/bug-green-64.png",
    "128": "icons/bug-green-128.png"
  },
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/bug-light-64.png",
      "128": "icons/bug-light-128.png"
    },
    "default_title": "xDEBUG Session (off)"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "xdebug.js"
    ]
  }
}