Mobile DevTools Firefox

Examine source code of Mobile DevTools

By: surv
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
{
  "name": "Mobile DevTools",
  "description": "A firefox add-on to get developper tools using eruda on your phone.",
  "manifest_version": 3,
  "version": "1.0.0",
  "homepage_url": "https://github.com/supersurviveur/mobile-devtools",
  "browser_specific_settings": {
    "gecko": {
      "id": "mobile-devtools@dev.tools",
      "strict_min_version": "113.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "background": {
    "scripts": [
      "load_eruda.js"
    ]
  },
  "icons": {
    "16": "icon.svg",
    "32": "icon.svg",
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "action": {
    "default_icon": "icon.svg",
    "default_title": "Load dev tools"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}

Best Mobile DevTools Alternatives

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