By: GoodGame
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": "Pretty-print and explore JSON responses — collapsible tree with search",
"browser_specific_settings": {
"gecko": {
"id": "{3aaf520a-949b-4c00-b513-7c9635211205}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icons/s16.png",
"32": "icons/s32.png",
"48": "icons/s48.png",
"96": "icons/s96.png",
"128": "icons/s128.png"
},
"browser_action": {
"default_popup": "view/index.html",
"default_icon": {
"16": "icons/s16.png",
"32": "icons/s32.png",
"48": "icons/s48.png",
"96": "icons/s96.png",
"128": "icons/s128.png"
}
},
"background": {
"scripts": [
"core/worker.js"
]
},
"permissions": [
"tabs",
"activeTab",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"json_viewer.js"
],
"run_at": "document_idle"
}
]
} Best PrettyJSON Alternatives
Here are some Firefox add-ons that are similar to PrettyJSON:
PrettyJSON
mokihidady88
Simple JSONView
simple-jsonview
JsonLens
mokihidady88
JSONView
JSONView
JSON Explorer
Jubayer Hossain
JSON Viewer
Red Tercel
JSONView
jsonview
JSON Visual Tree
Raymond Burton
Persistent-Pretty-JSON
Philippe_Pitz
syntax highlighting
prettyprint-mv2
Graylog JSON Prettify
cheack