Mobile DevTools Firefox

Examine source code of Mobile DevTools

Inspect and view changes in Mobile DevTools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "eruda developer tools",
  "manifest_version": 3,
  "name": "Eruda dev tools",
  "version": "1.1",
  "homepage_url": "https://trash.blog.ir/",
  "browser_specific_settings": {
    "gecko": {
      "id": "@eruda.mimv",
      "strict_min_version": "58.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "eruda.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icon.svg",
    "32": "icon.svg",
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "action": {
    "default_icon": "icon.svg",
    "default_title": "dev tools"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}

Best Mobile DevTools Alternatives

Here are some Firefox add-ons that are similar to Mobile DevTools: