WebAudit - Web Security & Code Inspector Edge

Examine source code of WebAudit - Web Security & Code Inspector

Inspect and view changes in WebAudit - Web Security & Code Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WebAudit - Web Security & Code Inspector",
  "description": "Advanced real-time web audit tool. Analyze security, code quality, accessibility and performance of any webpage.",
  "version": "2.0.0",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "48": "images/icon-48.png"
    }
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "edge": {
      "browser_version_supported": "88.0",
      "min_version": "88.0"
    },
    "chrome": {
      "browser_version_supported": "88.0",
      "min_version": "88.0"
    }
  },
  "developer": {
    "name": "WebAudit Developer",
    "url": "https://github.com/webaudit"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Best WebAudit - Web Security & Code Inspector Alternatives

Here are some Edge add-ons that are similar to WebAudit - Web Security & Code Inspector: