Mixpanel Dashboard

Mixpanel Dashboard

A Mixpanel Dashboard for easy debug

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mixpanel Dashboard",
  "version": "1.12",
  "description": "A Mixpanel Dashboard for easy debug",
  "icons": {
    "128": "./images/logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "devtools_page": "devtools.html",
  "manifest_version": 2
}