By: Netbuddy.net Add-on
Inspect and view changes in Styled JSON Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Styled JSON Viewer",
"description": "Beautiful, readable formatting for JSON files in the browser.",
"version": "1.0",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "jsonviewer@netbuddy.net",
"strict_min_version": "109.0"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"24": "icon-24.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"declarativeNetRequest",
"storage",
"webNavigation"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_title": "Styled JDON Viewer",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"jsonview.html"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "json-redirect-rules",
"enabled": true,
"path": "rules.json"
}
]
},
"content_scripts": [
{
"matches": [
"file://*/*.json",
"file://*/*.jsonld",
"file://*/*.json-ld",
"file://*/*.geojson",
"file://*/*.hac",
"file://*/*.webmanifest",
"file://*/*.manifest",
"*://*/*.json",
"*://*/*.jsonld",
"*://*/*.json-ld",
"*://*/*.geojson",
"*://*/*.hac",
"*://*/*.webmanifest",
"*://*/*.manifest"
],
"js": [
"content.js"
]
}
]
} Best Styled JSON Viewer Alternatives
Here are some Firefox add-ons that are similar to Styled JSON Viewer:
JSON Viewer
Dmytrii Lysak
JSON Viewer+
rxliuli
Styled XML Viewer
Netbuddy.net
JSON Viewer Pro By PatilWeb
PatilWeb
Free JSON Formatter
Andret2344
Universal File Viewer
walid ahdouf
PrettyJSON
mokihidady88
JSON Formatter Pro
Isekai NextGen
JSON Bolt
The Files Lab
JSON Explorer
Jubayer Hossain
JSON Formatter
isurunix
JSON Beautifier & Editor
Joe Ertaba