JSON Path Explorer Firefox

Examine source code of JSON Path Explorer

Inspect and view changes in JSON Path Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "JSON Path Explorer",
  "short_name": "JSON Path Ex",
  "version": "1.0.0",
  "description": "Provides a DevTools panel for testing JSONPath expressions against network responses",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "devtools_page": "devtools/devtools.html",
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "json_path_explorer@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best JSON Path Explorer Alternatives

Here are some Firefox add-ons that are similar to JSON Path Explorer: