Quasar Developer Tools Firefox

Examine source code of Quasar Developer Tools

By: Won88
Inspect and view changes in Quasar Developer Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quasar Developer Tools",
  "version": "1.1",
  "description": "Famous Developer Tools in your Browser Extension",
  "icons": {
    "16": "icons/logo16.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  },
  "browser_action": {
    "default_icon": "icons/logo128.png",
    "default_popup": "html/popup.html"
  },
  "background": {
    "scripts": [
      "js/eventpage.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/vendor/jquery-3.6.0.min.js",
        "js/content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a34a83ea-0dc7-4c31-bd90-e3cf89cc64cd}"
    }
  }
}

Best Quasar Developer Tools Alternatives

Here are some Firefox add-ons that are similar to Quasar Developer Tools: