PrettyJSON Firefox

Examine source code of PrettyJSON

Inspect and view changes in PrettyJSON source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PrettyJSON",
  "version": "1.2.0",
  "description": "Format raw JSON responses in the browser with syntax highlighting",
  "browser_specific_settings": {
    "gecko": {
      "id": "{f1a59f75-014c-4b61-a723-32a190b2aa89}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "static/p16.png",
    "32": "static/p32.png",
    "48": "static/p48.png",
    "96": "static/p96.png",
    "128": "static/p128.png"
  },
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "static/p16.png",
      "32": "static/p32.png",
      "48": "static/p48.png",
      "96": "static/p96.png",
      "128": "static/p128.png"
    }
  },
  "background": {
    "scripts": [
      "lib/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "json_renderer.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best PrettyJSON Alternatives

Here are some Firefox add-ons that are similar to PrettyJSON: