Vue.js devtools Firefox

Examine source code of Vue.js devtools

By: Vue.js
Inspect and view changes in Vue.js devtools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "persistent": true,
    "scripts": [
      "dist/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16-gray.png",
      "48": "icons/48-gray.png",
      "128": "icons/128-gray.png"
    },
    "default_popup": "popups/not-found.html",
    "default_title": "Vue DevTools"
  },
  "content_scripts": [
    {
      "js": [
        "dist/injection.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "dist/devtools-overlay.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "DevTools browser extension for Vue.js",
  "devtools_page": "devtools-background.html",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "Vue.js devtools",
  "permissions": [
    "<all_urls>"
  ],
  "version": "7.7.7",
  "web_accessible_resources": [
    "dist/user-app.js",
    "client/devtools-panel.css",
    "client/devtools-panel.js"
  ],
  "version_name": "7.7.7",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5caff8cc-3d2e-4110-a88a-003cc85b3858}"
    }
  }
}

Best Vue.js devtools Alternatives

Here are some Firefox add-ons that are similar to Vue.js devtools: