relog

relog

PHP logs in your shell and Chrome DevTools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.3",
  "name": "relog",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "description": "PHP logs in your shell and Chrome DevTools",
  "permissions": [
    "<all_urls>"
  ],
  "devtools_page": "devtools/index.html"
}