JSON Formatter Declaration V2 Firefox

Examine source code of JSON Formatter Declaration V2

Inspect and view changes in JSON Formatter Declaration V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JSON Formatter – Declaration V2",
  "version": "1.3",
  "description": "Automatically formats and highlights JSON content for easy reading.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "<all_urls>",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "style.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3942e347-3159-46d3-8302-96e553cf7806}"
    }
  }
}

Best JSON Formatter Declaration V2 Alternatives

Here are some Firefox add-ons that are similar to JSON Formatter Declaration V2: