InstaVue - debug VueJS app in instant

InstaVue - debug VueJS app in instant

InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. Even in production.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "InstaVue - debug VueJS app in instant",
  "version": "2.2",
  "description": "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. Even in production.",
  "manifest_version": 3,
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "insta-vue.js",
        "insta-vue.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}