Django Developer Panel

Django Developer Panel

Debugging tools for Django applications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Django Developer Panel",
  "short_name": "djdevpanel",
  "version": "0.1.1",
  "author": "Lofty Labs",
  "homepage_url": "https://github.com/loftylabs/django-developer-panel",
  "description": "Debugging tools for Django applications.",
  "devtools_page": "devtools.html",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  }
}