resolved617's JSON Beautifier Firefox

Examine source code of resolved617's JSON Beautifier

Inspect and view changes in resolved617's JSON Beautifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JSON Beautifier",
  "version": "1.0",
  "description": "Beautify JSON in a popup or automatically on JSON pages.",
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_title": "JSON Beautifier"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{d6cb1965-9992-42e0-a153-6ce40635c1ef}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "json-beautify.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best resolved617's JSON Beautifier Alternatives

Here are some Firefox add-ons that are similar to resolved617's JSON Beautifier: