source-map-explorer-devtools Firefox

Examine source code of source-map-explorer-devtools

Inspect and view changes in source-map-explorer-devtools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds a new panel to the developer tools that shows you a breakdown of css and js files in the page based on their sourcemaps",
  "manifest_version": 2,
  "name": "source-map-explorer-devtools",
  "version": "1.0.1",
  "author": "Marius Gundersen",
  "homepage_url": "https://github.com/mariusgundersen/source-map-explorer-devtools",
  "icons": {
    "48": "icons/48.png"
  },
  "background": {
    "scripts": [
      "background_scripts/background.js"
    ]
  },
  "permissions": [
    "<all_urls>"
  ],
  "devtools_page": "devtools/devtools-page.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "source-map-explorer@mariusgundersen.net",
      "strict_min_version": "100.0"
    }
  }
}

Best source-map-explorer-devtools Alternatives

Here are some Firefox add-ons that are similar to source-map-explorer-devtools: