Local Storage Explorer Firefox

Examine source code of Local Storage Explorer

Inspect and view changes in Local Storage Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Local Storage Explorer",
  "short_name": "StorageXplorer",
  "version": "1.1.6",
  "description": "LocalStorage and sessionStorage explorer embedded in the Firefox Developer Tools.",
  "icons": {
    "38": "imgs/38.png",
    "48": "imgs/48.png",
    "128": "imgs/128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "devtools_page": "loader.html",
  "applications": {
    "gecko": {
      "id": "@storagexplorer",
      "strict_min_version": "55.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  },
  "web_accessible_resources": [
    "options.html"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best Local Storage Explorer Alternatives

Here are some Firefox add-ons that are similar to Local Storage Explorer: