Umbraco Developer Tools

Umbraco Developer Tools

This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Umbraco Developer Tools",
  "description": "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.",
  "version": "1.0.0",
  "version_name": "1.0.0 beta",
  "offline_enabled": false,
  "icons": {
    "16": "images/logo-16.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png",
    "256": "images/logo-256.png"
  },
  "devtools_page": "views/proxy.html"
}